Deco_Iron_Chain_Small
Server/Item/Items/Deco/Deco_Iron_Chain_Small.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Set | string |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Iron_Chain_Small.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Iron_Chain_Small.png",
"Categories": [
"Blocks.Deco"
],
"Set": "Deco_Iron",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders"
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Iron_Chain_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Iron_Chain_Small_Texture.png",
"Weight": 1
}
],
"HitboxType": "Beam_Thin",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "Pipe",
"BlockParticleSetId": "Metal",
"MovementSettings": {
"IsClimbable": true
},
"ParticleColor": "#4b4b4b",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"Supporting": {
"Down": [
{
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Branch"
}
]
},
"TextureComputedColor": "#505050"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Iron"
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}