added stub

This commit is contained in:
2021-12-07 22:42:03 +01:00
parent 4d66c701d8
commit 856ab79543
6 changed files with 7 additions and 2 deletions

View File

@ -32,6 +32,7 @@
"item.quickiefabric.carrotstack": "Karottenbündel",
"item.quickiefabric.cotton": "Baumwolle",
"item.quickiefabric.cottonseed": "Baumwollsaat",
"item.quickiefabric.stub": "Stummel",
"block.quickiefabric.orenethersulphor": "Nether-Schwefel",
"block.quickiefabric.oresalpeter": "Salpetererz",
"block.quickiefabric.oresandsalpeter": "Salpetergestein",

View File

@ -32,6 +32,7 @@
"item.quickiefabric.carrotstack": "a bundle of carrots",
"item.quickiefabric.cotton": "cotton",
"item.quickiefabric.cottonseed": "cotton seed",
"item.quickiefabric.stub": "stub",
"block.quickiefabric.orenethersulphor": "nether sulfur",
"block.quickiefabric.oresalpeter": "salpeter ore",
"block.quickiefabric.oresandsalpeter": "salpeter stone",

View File

@ -1,7 +1,7 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"item": "minecraft:stick"
"item": "quickiefabric:stub"
},
"result": "minecraft:torch",
"experience": 0,