added backpack

This commit is contained in:
2020-08-13 23:08:13 +02:00
parent 63f131ecc5
commit 38458dd71d
16 changed files with 410 additions and 2 deletions

View File

@ -11,6 +11,7 @@
"item.quickiefabric.construction2": "fertiger Bauplan",
"item.quickiefabric.pencil": "Bleistift",
"item.quickiefabric.levelup": "Aufwerter",
"item.quickiefabric.backpack": "Rucksack",
"block.quickiefabric.orenethersulphor": "Nether-Schwefel",
"block.quickiefabric.oresalpeter": "Salpetererz",
"block.quickiefabric.oresandsalpeter": "Salpetergestein",

View File

@ -11,6 +11,7 @@
"item.quickiefabric.construction2": "finished building plan",
"item.quickiefabric.pencil": "pencil",
"item.quickiefabric.levelup": "level up",
"item.quickiefabric.backpack": "backpack",
"block.quickiefabric.orenethersulphor": "nether sulfur",
"block.quickiefabric.oresalpeter": "salpeter ore",
"block.quickiefabric.oresandsalpeter": "salpeter stone",

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "quickiefabric:item/backpack"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

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:white_wool"
}
},
"result": {
"item": "quickiefabric:backpack"
}
}