changed all fluid tags to the new format

This commit is contained in:
Pyritie 2025-07-28 15:46:18 +01:00
parent 3119919a47
commit e83833bcf5
17 changed files with 107 additions and 101 deletions

View file

@ -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])