Plant_Leaves_Beech
Server/Item/Items/Plant/Leaves/Plant_Leaves_Beech.json, 469 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Beech.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Beech_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Ball_Textures/Beech.png",
"Weight": 1
}
],
"ParticleColor": "#5c9724",
"TextureComputedColor": "#4B791C"
}
}