changed all fluid tags to the new format
This commit is contained in:
parent
3119919a47
commit
e83833bcf5
17 changed files with 107 additions and 101 deletions
|
|
@ -522,7 +522,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
event.recipes.gtceu.mixer('sugar_water')
|
||||
.itemInputs('#tfc:sweetener')
|
||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfg:clean_water" } }))
|
||||
.inputFluids("#tfg:clean_water 1000")
|
||||
.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