removed mixing bowl recipes involving more than 5 outputs
This commit is contained in:
parent
5d2d61014a
commit
c222286815
1 changed files with 0 additions and 29 deletions
|
|
@ -551,16 +551,6 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.outputItem(`4x firmalife:food/${grain}_dough`)
|
||||
.id(`tfg:mixing_bowl/${grain}_dough`)
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.ingredients([
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
'#tfc:sweetener',
|
||||
'#tfc:sweetener'],
|
||||
Fluid.of('firmalife:yeast_starter', 400))
|
||||
.outputItem(`8x firmalife:food/${grain}_dough`)
|
||||
.id(`tfg:mixing_bowl/${grain}_dough_2`)
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.ingredients([
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`)],
|
||||
|
|
@ -575,25 +565,6 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
Fluid.of('minecraft:water', 200))
|
||||
.outputItem(`4x tfc:food/${grain}_dough`)
|
||||
.id(`tfg:mixing_bowl/${grain}_flatbread_dough_2`)
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.ingredients([
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`)],
|
||||
Fluid.of('minecraft:water', 300))
|
||||
.outputItem(`6x tfc:food/${grain}_dough`)
|
||||
.id(`tfg:mixing_bowl/${grain}_flatbread_dough_3`)
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.ingredients([
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`),
|
||||
TFC.ingredient.notRotten(`tfc:food/${grain}_flour`)],
|
||||
Fluid.of('minecraft:water', 400))
|
||||
.outputItem(`6x tfc:food/${grain}_dough`)
|
||||
.id(`tfg:mixing_bowl/${grain}_flatbread_dough_4`)
|
||||
})
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue