Deco_Iron_Bars
Server/Item/Items/Deco/Deco_Iron_Bars.json, 1.8 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_Bars.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Iron_Bars.png",
"Categories": [
"Blocks.Deco"
],
"Set": "Deco_Iron",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders",
"Categories": [
"Wall"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Iron_Bars.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Tinkering/Iron_Bars_Texture.png",
"Weight": 1
}
],
"HitboxType": "Fence_Thin",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"State": {
"Definitions": {
"T": {
"CustomModel": "Blocks/Tinkering/Iron_Bars_T.blockymodel",
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Tinkering/Iron_Bars_X.blockymodel"
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Deco_Iron_Bars",
"Corner": "Deco_Iron_Bars_Corner",
"T_Junction": "*Deco_Iron_Bars_State_Definitions_T",
"Cross_Junction": "*Deco_Iron_Bars_State_Definitions_Cross"
}
},
"BlockParticleSetId": "Metal",
"ParticleColor": "#4b4b4b",
"BlockSoundSetId": "Metal"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Iron"
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}