Fix colored steel recipe with Amp loss (#1517)
Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user