Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Rock / Marble / Rock_Marble_Stalactite_Small.json

Rock_Marble_Stalactite_Small

Server/Item/Items/Rock/Marble/Rock_Marble_Stalactite_Small.json, 791 B

Fields

FieldType
TranslationPropertiesobject
BlockTypeobject
Tagsobject
Iconstring
Setstring
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Marble_Stalactite_Small.name"
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Marble.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Rock_Marble_Cobble",
        "GatherType": "Rocks"
      }
    },
    "RandomRotation": "YawStep90",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#bbbbaf",
    "TextureComputedColor": "#BBB9AE"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Marble"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Rock_Marble_Stalactite_Small.png",
  "Set": "Rock_Marble",
  "Parent": "Rock_Stone_Stalactite_Small"
}