added and improved monster hoarder

This commit is contained in:
Jottyfan
2024-06-10 22:17:09 +02:00
parent 99668e129d
commit 9299dc39f1
14 changed files with 253 additions and 10 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"qqq",
"qtq",
"qqq"
],
"key": {
"q": {
"item": "quickiemod:quickieingot"
},
"t": {
"item": "minecraft:torch"
}
},
"result": {
"id": "quickiemod:monsterhoarder",
"count": 1
}
}