Versions / 0.5.4 / 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
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
BlockType | object |
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"
}
}
}