fixed the HV aqueous accumulator water recipe so it actually works in an HV machine

This commit is contained in:
Pyritie 2025-10-31 23:32:09 +00:00
parent 369d434a1c
commit 07268f8bef

View file

@ -135,7 +135,7 @@ function registerTFGSpaceRecipes(event) {
.duration(10)
.EUt(GTValues.VHA[GTValues.HV])
.adjacentFluids(["minecraft:water"])
.outputFluids(Fluid.of("minecraft:water", 20000))
.outputFluids(Fluid.of("minecraft:water", 16000))
// Plants - Can't use the default builder here because fertiliser is much harder to get on the moon,