Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Sandstone / Rock_Sandstone_Cobble.json

Rock_Sandstone_Cobble

Server/Item/Items/Rock/Sandstone/Rock_Sandstone_Cobble.json, 803 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_Cobble.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_Cobble.png",
  "Set": "Rock_Sandstone",
  "BlockType": {
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Textures": [
      {
        "Sides": "BlockTextures/Rock_Sandstone_Cobble_Side.png",
        "UpDown": "BlockTextures/Rock_Sandstone_Cobble_Top.png",
        "Weight": 1
      }
    ],
    "ConnectedBlockRuleSet": null,
    "ParticleColor": "#b38741",
    "TextureComputedColor": "#B07E45"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Sandstone"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone"
    ]
  },
  "Parent": "Rock_Stone_Cobble"
}