Fix colored steel recipe with Amp loss (#1517)

Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
TomPlop
2025-08-03 19:21:07 -04:00
committed by GitHub
parent 2b732e4792
commit 42c85bc38f

View File

@@ -25,14 +25,14 @@ function registerGTCEuTFCMetalsRecipes(event) {
.itemOutputs('tfc:metal/ingot/red_steel')
.inputFluids(Fluid.of('gtceu:oxygen', 72))
.duration(700)
.EUt(32)
.EUt(GTValues.VA[GTValues.LV])
event.recipes.gtceu.arc_furnace('tfg:blue_steel_dust_to_ingot')
.itemInputs('gtceu:blue_steel_dust')
.itemOutputs('tfc:metal/ingot/blue_steel')
.inputFluids(Fluid.of('gtceu:oxygen', 72))
.duration(700)
.EUt(32)
.EUt(GTValues.VA[GTValues.LV])
//#endregion
@@ -292,4 +292,4 @@ function registerGTCEuTFCMetalsRecipes(event) {
.category(GTRecipeCategories.MACERATOR_RECYCLING)
//#endregion
}
}