added backpack
This commit is contained in:
22
src/main/resources/data/quickiefabric/recipes/backpack.json
Normal file
22
src/main/resources/data/quickiefabric/recipes/backpack.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"wlw",
|
||||
"lsl",
|
||||
"wlw"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "minecraft:string"
|
||||
},
|
||||
"l": {
|
||||
"item": "minecraft:leather"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:backpack"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user