Deco_Iron_Bars_Corner
Server/Item/Items/Deco/Deco_Iron_Bars_Corner.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Parent | string |
Set | string |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Variant | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Iron_Bars_Corner.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Iron_Bars_Corner.png",
"Categories": [
"Blocks.Deco"
],
"Parent": "Deco_Iron_Bars",
"Set": "Deco_Iron",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Tinkering/Iron_Bars_Corner.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Tinkering/Iron_Bars_Texture.png"
}
],
"HitboxType": "Fence_Corner_Thin",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Deco_Iron_Bars"
}
},
"BlockParticleSetId": "Metal",
"ParticleColor": "#4b4b4b",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"FlipType": "Orthogonal"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
],
"Family": [
"Iron"
]
},
"ItemSoundSetId": "ISS_Items_Metal",
"Variant": true
}