Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Volcanic / Rock_Volcanic_Cracked_Lava.json

Rock_Volcanic_Cracked_Lava

Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Cracked_Lava.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
BlockTypeobject
Setstring
Tagsobject
$Commentstring
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Volcanic_Cracked_Lava.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cracked_Lava.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Transparent",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "VolcanicRocks",
        "ItemId": "Rock_Volcanic_Cobble"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Volcanic_LavaCracks.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#352222",
    "BlockSoundSetId": "Stone",
    "Light": {
      "Color": "#b42"
    },
    "CustomModel": "Blocks/Structures/Base_Shapes/Cube_Overlay.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Base_Shapes/Lava_Cracks.png"
      }
    ]
  },
  "Set": "Rock_Volcanic",
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Volcanic"
    ]
  },
  "$Comment": " ",
  "Parent": "Rock_Volcanic"
}