Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Bone / Deco_Bone_Pile.json

Deco_Bone_Pile

Server/Item/Items/Bone/Deco_Bone_Pile.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Bone_Pile.name"
  },
  "Icon": "Icons/ItemsGenerated/Bone_Pile.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Set": "Bones",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Bone_Ribs_Stack.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Dungeons/Bone_Ribs_Stack_Texture.png"
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "DropList": "Empty"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Plant_Small",
    "Opacity": "Semitransparent",
    "Material": "Solid",
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#B7AF86"
  },
  "ResourceTypes": [
    {
      "Id": "Bone"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Bones"
}