carrot stack
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_darkgray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_lightblue"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_lightgray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_lightgreen"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_magenta"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_orange"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/backpack_purple"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/carrotstack"
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 650 B |
After Width: | Height: | Size: 694 B |
After Width: | Height: | Size: 634 B |
After Width: | Height: | Size: 613 B |
After Width: | Height: | Size: 690 B |
After Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 651 B |
After Width: | Height: | Size: 687 B |
After Width: | Height: | Size: 604 B |
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:carrotstack"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:carrot",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"cc",
|
||||
"cc"
|
||||
],
|
||||
"key": {
|
||||
"c": {
|
||||
"item": "minecraft:carrot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:carrotstack"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:string",
|
||||
"count": 4
|
||||
}
|
||||
}
|