Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Rock / Salt / Rock_Salt.json

Rock_Salt

Server/Item/Items/Rock/Salt/Rock_Salt.json, 758 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
BlockTypeobject
ResourceTypesarray[1]
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Salt.name",
    "Description": "server.items.Rock_Salt.description"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Salt.png",
  "Set": "Rock_Salt",
  "Parent": "Rock_Stone",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Rock_Salt.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#e9e9e0",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Salt"
      }
    },
    "TextureComputedColor": "#E4DCD4"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}