Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Soil / Clay_Ocean / Soil_Clay_Ocean_Stalactite_Small.json

Soil_Clay_Ocean_Stalactite_Small

Server/Item/Items/Soil/Clay_Ocean/Soil_Clay_Ocean_Stalactite_Small.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
BlockTypeobject
Tagsobject
$Commentstring
Iconstring
Setstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Ocean_Stalactite_Small.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Stone/Stalactite_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Clay_Ocean.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stalactite_Small",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Soil_Clay_Ocean"
      }
    },
    "VariantRotation": "UpDown",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Opacity": "Semitransparent",
    "ParticleColor": "#4a745b",
    "TextureComputedColor": "#4F6952"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Aqua"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Ocean_Stalactite_Small.png",
  "Set": "Soil_Clay_Ocean",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}