Plant_Coral_Bush_Grey
Server/Item/Items/Plant/Coral/Plant_Coral_Bush_Grey.json, 490 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Coral_Bush_Grey.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Coral_Bush_Grey.png",
"Parent": "Plant_Coral_Bush_Green",
"BlockType": {
"CustomModel": "Blocks/Foliage/Water/Coral_Bush.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Coral_Bush_Textures/Grey.png",
"Weight": 1
}
],
"ParticleColor": "#b8bcae",
"TextureComputedColor": "#6C6E67"
}
}