added higher tier AA recipe for even more water
This commit is contained in:
parent
3a10aa2742
commit
1bbaebc577
1 changed files with 7 additions and 0 deletions
|
|
@ -105,6 +105,13 @@ function registerTFGSpaceRecipes(event) {
|
||||||
.addDataString("fluidA", "tfc:spring_water")
|
.addDataString("fluidA", "tfc:spring_water")
|
||||||
.outputFluids(Fluid.of("tfc:spring_water", 1000))
|
.outputFluids(Fluid.of("tfc:spring_water", 1000))
|
||||||
|
|
||||||
|
event.recipes.gtceu.aqueous_accumulator('more_water')
|
||||||
|
.circuit(aaCircuit++)
|
||||||
|
.duration(10)
|
||||||
|
.EUt(GTValues.VHA[GTValues.HV])
|
||||||
|
.addDataString("fluidA", "minecraft:water")
|
||||||
|
.outputFluids(Fluid.of("minecraft:water", 20000))
|
||||||
|
|
||||||
// Plants - Can't use the default builder here because fertiliser is much harder to get on the moon,
|
// Plants - Can't use the default builder here because fertiliser is much harder to get on the moon,
|
||||||
// and we're using helium-3 as the fertiliser
|
// and we're using helium-3 as the fertiliser
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue