Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Ore / Gold / Ore_Gold_Calcite.json

Ore_Gold_Calcite

Server/Item/Items/Ore/Gold/Ore_Gold_Calcite.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ore_Gold_Calcite.name"
  },
  "Parent": "Ore_Gold_Stone",
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Calcite.png",
        "UpDown": "BlockTextures/Calcite_Top.png"
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "OreGold",
        "DropList": {
          "Container": {
            "Type": "Multiple",
            "Containers": [
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Ore_Gold"
                }
              },
              {
                "Type": "Single",
                "Item": {
                  "ItemId": "Rock_Calcite"
                }
              }
            ]
          }
        }
      }
    },
    "ParticleColor": "#efcf22",
    "TextureComputedColor": "#8D9499"
  },
  "Icon": "Icons/ItemsGenerated/Ore_Gold_Calcite.png",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}