added rotten flesh stripes
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
"item.quickiefabric.backpack_red": "roter Rucksack",
|
||||
"item.quickiefabric.backpack_white": "weißer Rucksack",
|
||||
"item.quickiefabric.backpack_yellow": "gelber Rucksack",
|
||||
"item.quickiefabric.rotten_flesh_stripes": "geschnittenes Gammelfleisch",
|
||||
"block.quickiefabric.orenethersulphor": "Nether-Schwefel",
|
||||
"block.quickiefabric.oresalpeter": "Salpetererz",
|
||||
"block.quickiefabric.oresandsalpeter": "Salpetergestein",
|
||||
|
@ -20,6 +20,7 @@
|
||||
"item.quickiefabric.backpack_red": "red backpack",
|
||||
"item.quickiefabric.backpack_white": "white backpack",
|
||||
"item.quickiefabric.backpack_yellow": "yellow backpack",
|
||||
"item.quickiefabric.rotten_flesh_stripes": "rotten flesh stripes",
|
||||
"block.quickiefabric.orenethersulphor": "nether sulfur",
|
||||
"block.quickiefabric.oresalpeter": "salpeter ore",
|
||||
"block.quickiefabric.oresandsalpeter": "salpeter stone",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/coal",
|
||||
"textures": {
|
||||
"layer0": "quickiefabric:item/rotten_flesh_stripes"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "minecraft:rotten_flesh"
|
||||
},
|
||||
"result": "quickiefabric:rotten_flesh_stripes",
|
||||
"count": 2
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smoking",
|
||||
"ingredient": {
|
||||
"item": "quickiefabric:rotten_flesh_stripes"
|
||||
},
|
||||
"result": "minecraft:leather",
|
||||
"experience": 0,
|
||||
"cookingtime": 100
|
||||
}
|
Reference in New Issue
Block a user