Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Plant_Coral_Block_Dead.json

Plant_Coral_Block_Dead

Server/Item/Items/Plant/Plant_Coral_Block_Dead.json, 876 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Block_Dead.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Block_Dead.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "SeaLife",
    "Flags": {},
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Plant_Coral_Block_Dead.png"
      }
    ],
    "BlockSoundSetId": "Stone",
    "ParticleColor": "#ecd9d3",
    "CubeShadingMode": "Flat"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Coral"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}