From 7210213f1f8fab3c947dbdbae3432589920154f1 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 7 Aug 2025 13:02:03 +0100 Subject: [PATCH] let's try that again --- kubejs/server_scripts/tfg/recipes.space.js | 53 ++-------------------- 1 file changed, 3 insertions(+), 50 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 95a288442..4cfc84a71 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -69,11 +69,11 @@ function registerTFGSpaceRecipes(event) { .EUt(GTValues.VA[GTValues.ULV]) .addDataString("fluidA", "tfc:salt_water") .outputFluids(Fluid.of("tfc:salt_water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('mars_water') + + event.recipes.gtceu.aqueous_accumulator('semiheavy_water_mars') .dimension('ad_astra:mars') .duration(20) - .EUt(GTValues.VA[GTValues.ULV]) + .EUt(GTValues.VHA[GTValues.ULV]) .addDataString("fluidA", "tfg:semiheavy_ammoniacal_water") .outputFluids(Fluid.of("tfg:semiheavy_ammoniacal_water", 1000)) @@ -95,53 +95,6 @@ function registerTFGSpaceRecipes(event) { .addDataString("fluidA", "minecraft:lava") .outputFluids(Fluid.of("minecraft:lava", 1000)) - event.recipes.gtceu.aqueous_accumulator('water_moon') - .circuit(aaCircuit++) - .dimension('ad_astra:moon') - .duration(20*5) - .EUt(GTValues.VHA[GTValues.MV]) - .addDataString("fluidA", "minecraft:water") - .outputFluids(Fluid.of("minecraft:water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('sea_water_moon') - .circuit(aaCircuit++) - .dimension('ad_astra:moon') - .duration(20*5) - .EUt(GTValues.VA[GTValues.MV]) - .addDataString("fluidA", "tfc:salt_water") - .outputFluids(Fluid.of("tfc:salt_water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('water_orbit') - .circuit(aaCircuit++) - .dimension('ad_astra:earth_orbit') - .dimension('ad_astra:moon_orbit') - .dimension('ad_astra:mars_orbit') - .dimension('ad_astra:venus_orbit') - .dimension('ad_astra:mercury_orbit') - .duration(20*5) - .EUt(GTValues.VHA[GTValues.MV]) - .addDataString("fluidA", "minecraft:water") - .outputFluids(Fluid.of("minecraft:water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('sea_water_orbit') - .circuit(aaCircuit) - .dimension('ad_astra:earth_orbit') - .dimension('ad_astra:moon_orbit') - .dimension('ad_astra:mars_orbit') - .dimension('ad_astra:venus_orbit') - .dimension('ad_astra:mercury_orbit') - .duration(20*5) - .EUt(GTValues.VA[GTValues.MV]) - .addDataString("fluidA", "tfc:salt_water") - .outputFluids(Fluid.of("tfc:salt_water", 1000)) - - event.recipes.gtceu.aqueous_accumulator('semiheavy_water_mars') - .dimension('ad_astra:mars') - .duration(20) - .EUt(GTValues.VHA[GTValues.ULV]) - .addDataString("fluidA", "tfg:semiheavy_ammoniacal_water") - .outputFluids(Fluid.of("tfg:semiheavy_ammoniacal_water", 1000)) - // 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