Wood_Burnt_Trunk
Server/Item/Items/Wood/Burnt/Wood_Burnt_Trunk.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
ResourceTypes | array[7] |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Burnt_Trunk.name",
"Description": "server.items.Wood_Burnt_Trunk.description"
},
"Parent": "Wood_Oak_Trunk",
"Icon": "Icons/ItemsGenerated/Wood_Burnt_Trunk.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Burnt",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_Trunk_Burnt.png",
"UpDown": "BlockTextures/Wood_Trunk_Burnt_Top.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Burnt_Trunk",
"GatherType": "Woods"
}
},
"ParticleColor": "#353535"
},
"ResourceTypes": [
{
"Id": "Wood_Burnt"
},
{
"Id": "Wood_Trunk"
},
{
"Id": "Wood_All"
},
{
"Id": "Wood_Blackwood"
},
{
"Id": "Wood_Blackwood_Trunk"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Wood",
"Sap_Source",
"Trunk"
],
"Family": [
"Burnt"
]
}
}