Wood_Apple_Trunk
Server/Item/Items/Wood/Apple/Wood_Apple_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] |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Apple_Trunk.name",
"Description": "server.items.Wood_Apple_Trunk.description"
},
"Parent": "Wood_Oak_Trunk",
"Icon": "Icons/ItemsGenerated/Wood_Apple_Trunk.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Apple",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_Apple_Trunk_Side.png",
"UpDown": "BlockTextures/Wood_Apple_Trunk_Top.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Apple_Trunk",
"GatherType": "Woods"
}
},
"ParticleColor": "#784725",
"TextureComputedColor": "#643824"
},
"ResourceTypes": [
{
"Id": "Wood_Apple"
},
{
"Id": "Wood_Hardwood"
},
{
"Id": "Wood_Hardwood_Trunk"
},
{
"Id": "Wood_Trunk"
},
{
"Id": "Wood_All"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}