Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Plant / Coral / Plant_Coral_Block_Green.json

Plant_Coral_Block_Green

Server/Item/Items/Plant/Coral/Plant_Coral_Block_Green.json, 808 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Block_Green.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Block_Green.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "SeaLife",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Plant_Coral_Block_Green.png"
      }
    ],
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "ParticleColor": "#89dd63",
    "TextureComputedColor": "#61BD4D"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Coral"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage"
}