Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rock / Basalt / Rock_Basalt_Cobble.json

Rock_Basalt_Cobble

Server/Item/Items/Rock/Basalt/Rock_Basalt_Cobble.json, 787 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Cobble.png",
  "Set": "Rock_Basalt",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Basalt_Cobblestone.png",
        "UpDown": "BlockTextures/Rock_Basalt_Cobblestone_Top.png",
        "Weight": 1
      }
    ],
    "ConnectedBlockRuleSet": null,
    "ParticleColor": "#545035",
    "TextureComputedColor": "#42402C"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Basalt"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Stone_Cobble"
}