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