init
This commit is contained in:
20
config/ironchests/chests/dirt.json
Normal file
20
config/ironchests/chests/dirt.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"length": 1,
|
||||
"rows": 1,
|
||||
"inventoryOffset": 8,
|
||||
"menuOffset": 80,
|
||||
"width": 176,
|
||||
"height": 133,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "dirt",
|
||||
"explosionResistance": 0.5,
|
||||
"destroyTime": 0.5,
|
||||
"sound": "gravel"
|
||||
},
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:dirt"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user