From 07268f8bef196e40ed1b49285d4874655ca55a17 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 31 Oct 2025 23:32:09 +0000 Subject: [PATCH] fixed the HV aqueous accumulator water recipe so it actually works in an HV machine --- kubejs/server_scripts/tfg/recipes.space.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 116faaea0..17fb6edab 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -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,