1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/ironchests/chests/barrels/netherite.json

23 lines
No EOL
465 B
JSON
Executable file

{
"block_type": "barrel",
"shape": {
"type": "cube",
"min": [0, 0, 0],
"max": [1, 1, 1]
},
"length": 13,
"rows": 7,
"inventoryOffset": 44,
"menuOffset": 8,
"width": 250,
"height": 240,
"properties": {
"type": "builder",
"material": "metal",
"requiresCorrectToolForDrops": true,
"explosionResistance": 1200.0,
"destroyTime": 50.0,
"sound": "netherite_block"
},
"fireResistant": true
}