Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rock / Calcite / Rock_Calcite.json

Rock_Calcite

Server/Item/Items/Rock/Calcite/Rock_Calcite.json, 724 B

Fields

FieldType
TranslationPropertiesobject
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
$Commentstring
Iconstring
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Calcite.name"
  },
  "Set": "Rock_Calcite",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Calcite.png",
        "UpDown": "BlockTextures/Calcite_Top.png"
      }
    ],
    "ParticleColor": "#d4ece7",
    "TextureComputedColor": "#8D9499"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Calcite"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Calcite"
    ]
  },
  "$Comment": "  ",
  "Icon": "Icons/ItemsGenerated/Rock_Calcite.png",
  "Parent": "Rock_Stone"
}