Wood_Sallow_Trunk
Server/Item/Items/Wood/Sallow/Wood_Sallow_Trunk.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
BlockType | object |
ResourceTypes | array[7] |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Sallow_Trunk.name",
"Description": "server.items.Wood_Sallow_Trunk.description"
},
"Parent": "Wood_Oak_Trunk",
"Icon": "Icons/ItemsGenerated/Wood_Sallow_Trunk.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Sallow",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_trunk_Sallow_Side.png",
"UpDown": "BlockTextures/Wood_trunk_Sallow_Top.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Sallow_Trunk",
"GatherType": "Woods"
}
},
"ParticleColor": "#6b5319",
"TextureComputedColor": "#4F3910"
},
"ResourceTypes": [
{
"Id": "Wood_Sallow"
},
{
"Id": "Wood_Goldenwood"
},
{
"Id": "Wood_Goldenwood_Trunk"
},
{
"Id": "Wood_Trunk"
},
{
"Id": "Wood_All"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
]
}