Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Plant / Coral / Plant_Coral_Block_Cyan.json

Plant_Coral_Block_Cyan

Server/Item/Items/Plant/Coral/Plant_Coral_Block_Cyan.json, 450 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Parentstring
Categoriesarray[1]
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Block_Cyan.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Block_Cyan.png",
  "Parent": "Plant_Coral_Block_Green",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Plant_Coral_Block_SkyBlue.png"
      }
    ],
    "ParticleColor": "#82e7ff",
    "TextureComputedColor": "#5CC4E7"
  }
}