replaced all our water input fluids with a tag, so river water works too
This commit is contained in:
parent
e99f6a3907
commit
5fd8d896eb
17 changed files with 126 additions and 125 deletions
|
|
@ -490,7 +490,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
event.recipes.gtceu.mixer('sugar_water')
|
||||
.itemInputs('#tfc:sweetener')
|
||||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfg:clean_water" }}))
|
||||
.outputFluids(Fluid.of('firmalife:sugar_water', 500))
|
||||
.circuit(5)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue