diff --git a/kubejs/server_scripts/tfg/space_general/recipes.rockets.js b/kubejs/server_scripts/tfg/space_general/recipes.rockets.js index f583f52d1..7cee7562b 100644 --- a/kubejs/server_scripts/tfg/space_general/recipes.rockets.js +++ b/kubejs/server_scripts/tfg/space_general/recipes.rockets.js @@ -53,7 +53,7 @@ function registerTFGRocketRecipes(event) { ) .itemOutputs('ad_astra:rocket_fin') .duration(150) - .circuit(2) + .circuit(1) .EUt(GTValues.VA[GTValues.HV]) .addMaterialInfo(true) @@ -195,7 +195,7 @@ function registerTFGRocketRecipes(event) { .inputFluids(Fluid.of('gtceu:vanadium', 144 * 4)) .itemOutputs('32x #forge:dusts/rocket_alloy_t2') .duration(15 * 20) - .circuit(5) + .circuit(4) .EUt(GTValues.VA[GTValues.EV]) event.recipes.gtceu.vacuum_freezer('tfg:vacuum_freezer/cool_rocket_alloy_t2') @@ -210,7 +210,7 @@ function registerTFGRocketRecipes(event) { '#forge:double_plates/titanium') .itemOutputs('tfg:rocket_fin_t2') .duration(180) - .circuit(3) + .circuit(1) .EUt(GTValues.VA[GTValues.EV]) .addMaterialInfo(true) @@ -219,7 +219,7 @@ function registerTFGRocketRecipes(event) { '#forge:double_plates/desh') .itemOutputs('tfg:rocket_cone_t2') .duration(1440) - .circuit(3) + .circuit(2) .EUt(GTValues.VA[GTValues.EV]) .addMaterialInfo(true)