Plant_Leaves_Dry
Server/Item/Items/Plant/Leaves/Plant_Leaves_Dry.json, 433 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Dry.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Dry_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Leaves/DownShape.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/DownShape_Textures/Dry.png",
"Weight": 1
}
],
"ParticleColor": "#d2be3f"
}
}