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