Plant_Leaves_Ash
Server/Item/Items/Plant/Leaves/Plant_Leaves_Ash.json, 463 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Ash.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Ash_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Leaves/Ball.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Ball_Textures/Ash.png",
"Weight": 1
}
],
"ParticleColor": "#156e38",
"TextureComputedColor": "#1B4E2E"
}
}