Plant_Leaves_Bamboo
Server/Item/Items/Plant/Leaves/Plant_Leaves_Bamboo.json, 482 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Bamboo.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Bamboo_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Leaves/DownShape.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/DownShape_Textures/Bamboo.png",
"Weight": 1
}
],
"ParticleColor": "#ced74b",
"TextureComputedColor": "#8D992F"
}
}