Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Aqua / Rock_Aqua_Cobble.json

Rock_Aqua_Cobble

Server/Item/Items/Rock/Aqua/Rock_Aqua_Cobble.json, 662 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Aqua_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Aqua_Cobble.png",
  "Set": "Rock_Aqua",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Aqua_Cobble.png",
        "Weight": 1
      }
    ],
    "ConnectedBlockRuleSet": null,
    "ParticleColor": "#58ad9b"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Aqua"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Aqua"
    ]
  },
  "Parent": "Rock_Stone_Cobble"
}