Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Container / Deco_Pot_Clay_Broken.json

Deco_Pot_Clay_Broken

Server/Item/Items/Container/Deco_Pot_Clay_Broken.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Pot_Clay_Broken.name"
  },
  "Icon": "Icons/ItemsGenerated/Container_Pot_Clay_Broken.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Pot_Broken.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Pot_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Empty"
      }
    },
    "HitboxType": "Rubble",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#864c36",
    "BlockSoundSetId": "Clay_Pot_Small",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#4A271C"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Clay"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}