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