fix cuircuit conflicts

This commit is contained in:
TomPlop
2026-03-16 10:32:14 -04:00
parent 441fac9f7b
commit 80fbf7324e

View File

@@ -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)