From 914a82a68a5def1f43636436a8c5cac051fe45cf Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 19:24:40 +0100 Subject: [PATCH] balance tweak? --- 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 047f7fa95..145a94c6d 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -158,7 +158,7 @@ function registerTFGSpaceRecipes(event) { .inputFluids(Fluid.of('gtceu:biomass', 20)) .chancedOutput('ae2:ender_dust', 100, 100) .outputFluids(Fluid.of('gtceu:nitrogen', 100)) - .duration(10 * 20) + .duration(5 * 20) .EUt(GTValues.VA[GTValues.MV]) .dimension('ad_astra:moon')