Versions / 0.6.0-pre.8.1 / Item / Items / Furniture / Temple_Emerald / Furniture_Temple_Emerald_Ladder.json
Furniture_Temple_Emerald_Ladder
Server/Item/Items/Furniture/Temple_Emerald/Furniture_Temple_Emerald_Ladder.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Temple_Emerald_Ladder.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Doors"
],
"Set": "Furniture_Crude",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.7,
"Translation": [
8,
-20
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Quartzite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Ladder"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Decorative_Sets/Temple_Emerald/Ladder.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Temple_Emerald/Ladder_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"PlacementSettings": {
"RotationMode": "BlockNormal"
},
"HitboxType": "Ladder",
"Material": "Solid",
"MovementSettings": {
"IsClimbable": true
},
"Opacity": "Transparent",
"ParticleColor": "#b29d65",
"VariantRotation": "NESW",
"TextureComputedColor": "#A5925A"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Emerald_Ladder.png",
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Temple"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}