started with itemhoarder

This commit is contained in:
2020-07-31 20:35:04 +02:00
parent 842f04baca
commit a18f18ec2b
11 changed files with 271 additions and 34 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": {
"item": "quickiefabric:speedpowder"
},
"s": {
"item": "minecraft:chest"
}
},
"result": {
"item": "quickiefabric:itemhoarder",
"count": 1
}
}