Wood_Windwillow_Trunk
Server/Item/Items/Wood/Windwillow/Wood_Windwillow_Trunk.json, 898 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
ResourceTypes | array[5] |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Windwillow_Trunk.name",
"Description": ""
},
"Parent": "Wood_Oak_Trunk",
"Icon": "Icons/ItemsGenerated/Wood_Willow_Trunk.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Windwillow",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_Trunk_Sand.png",
"UpDown": "BlockTextures/Wood_Trunk_Sand_Top.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Windwillow_Trunk",
"GatherType": "Woods"
}
},
"ParticleColor": "#c19e52",
"TextureComputedColor": "#BF963D"
},
"ResourceTypes": [
{
"Id": "Wood_Windwillow"
},
{
"Id": "Wood_Trunk"
},
{
"Id": "Wood_All"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
]
}