Plant_Leaves_Burnt
Server/Item/Items/Plant/Leaves/Plant_Leaves_Burnt.json, 483 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Burnt.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Burnt_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/UpShapeSoft_Textures/Burnt.png",
"Weight": 1
}
],
"CustomModel": "Blocks/Foliage/Leaves/UpShapeSoft.blockymodel",
"ParticleColor": "#2f2f2f",
"TextureComputedColor": "#262627"
}
}