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

@ -321,7 +321,7 @@ function registerTFCMetalsRecipes(event) {
event.recipes.gtceu.ore_washer(`tfc:ore_washer/water/deposit/${ore}/${stone}`)
.itemInputs(`1x tfc:deposit/${ore}/${stone}`)
.inputFluids(Fluid.of('minecraft:water', 100))
.inputFluids(JsonIO.of({ amount: 100, value: { tag: "tfg:clean_water" }}))
.circuit(4)
.itemOutputs(`1x tfc:ore/normal_${ore}`)
.duration(400)