Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Rock / Sandstone_Red / Rock_Sandstone_Red_Stalactite_Small.json

Rock_Sandstone_Red_Stalactite_Small

Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Stalactite_Small.json, 849 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
ResourceTypesarray[1]
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_Red_Stalactite_Small.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Stalactite_Small.png",
  "Set": "Rock_Sandstone_Red",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Sandstone_Red.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Sandstone_Red_Cobble",
        "GatherType": "Rocks"
      }
    },
    "VariantRotation": "UpDownNESW",
    "ParticleColor": "#8e5234",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    }
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone"
    ]
  },
  "Parent": "Rock_Stone_Stalactite_Small"
}