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

20 lines
340 B
JSON

{
"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"
]
}
}