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
|
|
@ -61,7 +61,7 @@ const registerFirmaCivRecipes = (event) => {
|
|||
//#region Barometer
|
||||
event.recipes.gtceu.assembler('tfg:firmaciv/barometer')
|
||||
.itemInputs('#forge:plates/brass', '2x #forge:small_gears/brass', '#forge:glass_panes')
|
||||
.inputFluids(Fluid.of('minecraft:water', 1000))
|
||||
.inputFluids(JsonIO.of({ amount: 1000, value: { tag: "tfg:clean_water" }}))
|
||||
.circuit(12)
|
||||
.itemOutputs('firmaciv:barometer')
|
||||
.duration(75)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue