Wood_Burnt_Branch_Short
Server/Item/Items/Wood/Burnt/Wood_Burnt_Branch_Short.json, 634 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Burnt_Branch_Short.name"
},
"Parent": "Wood_Oak_Branch_Short",
"Icon": "Icons/ItemsGenerated/Wood_Burnt_Branch_Short.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Burnt",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Burnt.png",
"Weight": 1
}
],
"ParticleColor": "#353535"
},
"Tags": {
"Type": [
"Wood",
"Tree",
"Branch"
],
"SubType": [
"Branch"
],
"Family": [
"Burnt"
]
}
}