Wood_Apple_Roots
Server/Item/Items/Wood/Apple/Wood_Apple_Roots.json, 589 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_Apple_Roots.name"
},
"Parent": "Wood_Oak_Roots",
"Icon": "Icons/ItemsGenerated/Wood_Apple_Roots.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Apple",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Roots_Textures/Wood_Roots_GS.png",
"Weight": 1
}
],
"ParticleColor": "#784725",
"Tint": [
"#854734"
],
"TextureComputedColor": "#AEAEAE"
},
"Tags": {
"Family": [
"Apple"
]
}
}