added lava hoarder

This commit is contained in:
Jottyfan
2024-06-10 19:57:38 +02:00
parent 5f068b5cdb
commit 80e979d059
15 changed files with 384 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"obo",
"ooo"
],
"key": {
"o": {
"item": "minecraft:obsidian"
},
"b": {
"item": "minecraft:bucket"
}
},
"result": {
"id": "quickiemod:emptylavahoarder",
"count": 1
}
}