Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Ore / Gold / Ore_Gold_Volcanic.json

Ore_Gold_Volcanic

Server/Item/Items/Ore/Gold/Ore_Gold_Volcanic.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
SubCategorystring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
MaxStacknumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Gold_Volcanic.name"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Gold_Volcanic.png",
  "Categories": [
    "Blocks.Ores"
  ],
  "SubCategory": "Ore",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "CubeWithModel",
    "CustomModel": "Resources/Ores/Ore_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ores/Ore_Textures/Gold.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "RandomRotation": "YawStep90",
    "Gathering": {
      "Breaking": {
        "GatherType": "OreGold",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Gold"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Rock_Volcanic_Cobble"
                }
              }
            ]
          }
        }
      }
    },
    "BlockParticleSetId": "Ore",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Rock_Volcanic.png"
      }
    ],
    "BlockSoundSetId": "Ore",
    "PhysicalMaterialId": "Stone",
    "ParticleColor": "#efcf22",
    "TextureComputedColor": "#B98410"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Ore"
    ],
    "Family": [
      "Gold"
    ]
  },
  "MaxStack": 25,
  "ItemSoundSetId": "ISS_Blocks_Stone"
}