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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue