added backpack
This commit is contained in:
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/main/resources/assets/quickiefabric/textures/gui/slot.png
Normal file
BIN
src/main/resources/assets/quickiefabric/textures/gui/slot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 436 B |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
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