Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Ancient / Unique / Furniture_Ancient_Chest_Large_Treasure.json

Furniture_Ancient_Chest_Large_Treasure

Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Chest_Large_Treasure.json, 441 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
BlockTypeobject

Source

{
  "Parent": "Furniture_Ancient_Chest_Large",
  "TranslationProperties": {
    "Name": "server.items.Furniture_Ancient_Chest_Large_Treasure.name"
  },
  "BlockType": {
    "BlockEntity": {
      "Components": {
        "ItemContainerBlock": {
          "Capacity": 36
        },
        "TreasureChest": {}
      }
    },
    "Interactions": {
      "Primary": "Break_Treasure_Container",
      "Use": "Open_Treasure_Container"
    }
  }
}