added bag (chest functionality only)
This commit is contained in:
16
src/main/resources/data/quickiefabric/recipes/bag.json
Normal file
16
src/main/resources/data/quickiefabric/recipes/bag.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"c c",
|
||||
" c "
|
||||
],
|
||||
"key": {
|
||||
"c": {
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:bag"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user