Deco_Iron_Chains_Vertical
Server/Item/Items/Deco/Deco_Iron_Chains_Vertical.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
$Comment | string |
Icon | string |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Iron_Chains_Vertical.name"
},
"Categories": [
"Blocks.Deco"
],
"Set": "Deco_Iron",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders"
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Blocks/Tinkering/Iron_Chains_Large_Vertical.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Iron_Chains_Large_Texture.png",
"Weight": 1
}
],
"VariantRotation": "Pipe",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Metal",
"ParticleColor": "#4b4b4b",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"HitboxType": "Chain",
"Supporting": {
"Down": [
{
"FaceType": "Branch"
}
],
"Up": [
{
"FaceType": "Branch"
}
]
},
"TextureComputedColor": "#404040"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Iron"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Deco_Iron_Chains_Vertical.png",
"IconProperties": {
"Scale": 0.8,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}