added bag (chest functionality only)

This commit is contained in:
2022-01-14 19:59:51 +01:00
parent 130d258ada
commit 033823d036
15 changed files with 169 additions and 40 deletions

View File

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
" ",
"c c",
" c "
],
"key": {
"c": {
"item": "minecraft:wheat"
}
},
"result": {
"item": "quickiefabric:bag"
}
}