fix yeast starter from water giving too much
This commit is contained in:
parent
42c85bc38f
commit
e978f798f7
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ function registerTFGFoodRecipes(event) {
|
|||
circuit: 10,
|
||||
itemInputs: ['#tfc:foods/fruits'],
|
||||
fluidInputs: ['#tfg:clean_water 100'],
|
||||
fluidOutputs: [Fluid.of('firmalife:yeast_starter', 600)],
|
||||
fluidOutputs: [Fluid.of('firmalife:yeast_starter', 100)],
|
||||
})
|
||||
|
||||
processorRecipe("cocoa_dust", 100, 4, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue