Deco_Iron_Bars_Platforms
Server/Item/Items/Deco/Deco_Iron_Bars_Platforms.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Recipe | object |
BlockType | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Iron_Bars_Platforms.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Shelves"
],
"Set": "Furniture_Ancient",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.635,
"Translation": [
0.6,
-24.6
]
},
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders",
"Categories": [
"Platform"
]
}
]
},
"BlockType": {
"BlockParticleSetId": "Metal",
"CustomModel": "Blocks/Tinkering/Iron_Bars_Platform.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Tinkering/Iron_Bars_Texture.png"
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Platform",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#5d5d5d",
"VariantRotation": "Wall",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal"
},
"Icon": "Icons/ItemsGenerated/Deco_Iron_Bars_Platforms.png",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Iron"
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}