Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Bone / Deco_Bone_Full.json

Deco_Bone_Full

Server/Item/Items/Bone/Deco_Bone_Full.json, 932 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Setstring
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Full.name"
  },
  "Icon": "Icons/ItemsGenerated/Bone_FullBlock.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Bones",
  "BlockType": {
    "DrawType": "Cube",
    "Material": "Solid",
    "HitboxType": "Full",
    "Flags": {},
    "VariantRotation": "Pipe",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Weight": 1,
        "Sides": "BlockTextures/Bone_Side.png",
        "UpDown": "BlockTextures/Bone_Top.png"
      }
    ],
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#D5CA91"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Bones"
}