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