AOF7-Vocality/config/ironchests/chests/barrels/gold.json
2024-02-20 18:35:48 -06:00

22 lines
425 B
JSON

{
"block_type": "barrel",
"shape": {
"type": "cube",
"min": [0, 0, 0],
"max": [1, 1, 1]
},
"length": 11,
"rows": 6,
"inventoryOffset": 26,
"menuOffset": 8,
"width": 212,
"height": 222,
"properties": {
"type": "builder",
"material": "metal",
"requiresCorrectToolForDrops": true,
"explosionResistance": 6.0,
"destroyTime": 3.0,
"sound": "metal"
}
}