added itemhoarder with block entity

This commit is contained in:
Jottyfan
2024-11-21 21:42:29 +01:00
parent 451f19ea73
commit 7993693d9c
11 changed files with 335 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": "quickiemod:speedingot",
"s": "minecraft:barrel"
},
"result": {
"id": "quickiemod:itemhoarder",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": "quickiemod:speedingot",
"s": "c:chests"
},
"result": {
"id": "quickiemod:itemhoarder",
"count": 1
}
}