carrot stack

This commit is contained in:
2020-10-25 20:13:26 +01:00
parent 1a7e5ca02a
commit 281129212d
35 changed files with 317 additions and 29 deletions

View File

@ -16,11 +16,19 @@
"item.quickiefabric.backpack_brown": "brauner Rucksack",
"item.quickiefabric.backpack_cyan": "türkiser Rucksack",
"item.quickiefabric.backpack_green": "grüner Rucksack",
"item.quickiefabric.backpack_pink": "pinker Rucksack",
"item.quickiefabric.backpack_pink": "rosaner Rucksack",
"item.quickiefabric.backpack_red": "roter Rucksack",
"item.quickiefabric.backpack_white": "weißer Rucksack",
"item.quickiefabric.backpack_yellow": "gelber Rucksack",
"item.quickiefabric.backpack_darkgray": "dunkelgrauer Rucksack",
"item.quickiefabric.backpack_lightgray": "hellgrauer Rucksack",
"item.quickiefabric.backpack_lightgreen": "hellgrüner Rucksack",
"item.quickiefabric.backpack_magenta": "pinker Rucksack",
"item.quickiefabric.backpack_orange": "orangener Rucksack",
"item.quickiefabric.backpack_purple": "lilaner Rucksack",
"item.quickiefabric.backpack_lightblue": "hellblauer Rucksack",
"item.quickiefabric.rotten_flesh_stripes": "geschnittenes Gammelfleisch",
"item.quickiefabric.carrotstack": "Karottenbündel",
"block.quickiefabric.orenethersulphor": "Nether-Schwefel",
"block.quickiefabric.oresalpeter": "Salpetererz",
"block.quickiefabric.oresandsalpeter": "Salpetergestein",

View File

@ -20,7 +20,15 @@
"item.quickiefabric.backpack_red": "red backpack",
"item.quickiefabric.backpack_white": "white backpack",
"item.quickiefabric.backpack_yellow": "yellow backpack",
"item.quickiefabric.backpack_darkgray": "dark gray backpack",
"item.quickiefabric.backpack_lightgray": "light gray backpack",
"item.quickiefabric.backpack_lightgreen": "lime backpack",
"item.quickiefabric.backpack_magenta": "magenta backpack",
"item.quickiefabric.backpack_orange": "orange backpack",
"item.quickiefabric.backpack_purple": "purple backpack",
"item.quickiefabric.backpack_lightblue": "light blue backpack",
"item.quickiefabric.rotten_flesh_stripes": "rotten flesh stripes",
"item.quickiefabric.carrotstack": "a bundle of carrots",
"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_darkgray"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

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

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

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

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

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

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

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

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:carrotstack"
}
],
"result": {
"item": "minecraft:carrot",
"count": 4
}
}

View File

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"cc",
"cc"
],
"key": {
"c": {
"item": "minecraft:carrot"
}
},
"result": {
"item": "quickiefabric:carrotstack"
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:string",
"count": 4
}
}