Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rock / Quartzite / Rock_Quartzite_Cobble.json

Rock_Quartzite_Cobble

Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Cobble.json, 731 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Quartzite_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Quartzite_Cobble.png",
  "Set": "Rock_Quartzite",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "All": "BlockTextures/Rock_Quartzite_Cobble.png",
        "Weight": 1
      }
    ],
    "ConnectedBlockRuleSet": null,
    "ParticleColor": "#9b884f",
    "TextureComputedColor": "#8C7941"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Quartzite"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Quartzite"
    ]
  },
  "Parent": "Rock_Stone_Cobble"
}