rsemcm/curseforge/overrides/config/ironchests/chests/dirt.json

20 lines
340 B
JSON
Raw Normal View History

2022-05-21 20:25:03 +00:00
{
"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"
]
}
}