Plant_Leaves_Jungle
Server/Item/Items/Plant/Leaves/Plant_Leaves_Jungle.json, 505 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Jungle.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Tropical_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Leaves/Tropical.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Tropical_Wide.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"ParticleColor": "#3c8225",
"TextureComputedColor": "#286A22"
}
}