rsemcm/server/config/ironchests/chests/dirt.json
Harrison Deng f1e42a248c
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit
Updated to Forge 40.1.52 and updated mods.
2022-06-22 21:01:16 -05: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"
]
}
}