Plant_Leaves_Sallow
Server/Item/Items/Plant/Leaves/Plant_Leaves_Sallow.json, 473 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Sallow.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Sallow_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"RandomRotation": "YawStep1",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/Hanging_Textures/Sallow.png",
"Weight": 1
}
],
"CustomModel": "Blocks/Foliage/Leaves/Hanging.blockymodel",
"ParticleColor": "#8f8431"
}
}