replaced all our water input fluids with a tag, so river water works too

This commit is contained in:
Pyritie 2025-06-30 19:14:31 +01:00
parent e99f6a3907
commit 5fd8d896eb
17 changed files with 126 additions and 125 deletions

View file

@ -170,7 +170,7 @@ function registerTFGSpaceRecipes(event) {
event.recipes.gtceu.brewery('biomass_from_twisting_vines')
.itemInputs('minecraft:twisting_vines')
.inputFluids(Fluid.of('minecraft:water', 20))
.inputFluids(JsonIO.of({ amount: 20, value: { tag: "tfg:clean_water" }}))
.outputFluids(Fluid.of('gtceu:biomass', 20))
.duration(50)
.EUt(3)