added brown and white backpack

This commit is contained in:
2020-08-30 21:29:23 +02:00
parent 372ded9a20
commit f4155073c5
9 changed files with 40 additions and 7 deletions

View File

@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
"wlw",
"lsl",
"wlw"
],
"key": {
"s": {
"item": "minecraft:string"
},
"l": {
"item": "minecraft:leather"
},
"w": {
"item": "minecraft:brown_wool"
}
},
"result": {
"item": "quickiefabric:backpack_brown"
}
}

View File

@ -17,6 +17,6 @@
}
},
"result": {
"item": "quickiefabric:backpack"
"item": "quickiefabric:backpack_white"
}
}