init
This commit is contained in:
22
config/ironchests/chests/barrels/iron.json
Normal file
22
config/ironchests/chests/barrels/iron.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"block_type": "barrel",
|
||||
"shape": {
|
||||
"type": "cube",
|
||||
"min": [0, 0, 0],
|
||||
"max": [1, 1, 1]
|
||||
},
|
||||
"length": 9,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 8,
|
||||
"menuOffset": 8,
|
||||
"width": 176,
|
||||
"height": 222,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 6.0,
|
||||
"destroyTime": 5.0,
|
||||
"sound": "metal"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user