Fix GrS Warnings, Black Steel ABS Circuit to 3/13 (#852)

[SKIP]
This commit is contained in:
Integer Limit 2024-08-03 21:48:04 +10:00 committed by GitHub
parent 1bf37f6fab
commit eae397e53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 24 deletions

View File

@ -33,7 +33,7 @@ mods.gregtech.alloy_blast_smelter.changeByOutput(null, [fluid('black_steel')])
builder.builder { RecipeBuilder recipe ->
recipe.clearInputs()
.inputs(metaitem('dustSteel') * 3, metaitem('dustBlackBronze') * 2, item('actuallyadditions:item_crystal', 3) * 2, item('extrautils2:ingredients', 4) * 2)
}.changeCircuitMeta { meta -> meta + 1 }
}.changeCircuitMeta { meta -> meta } // Copy Circuit
.changeEachFluidOutput { FluidStack fluid -> return fluid * (L * 9) }
.replaceAndRegister()
}
@ -58,10 +58,10 @@ mods.gregtech.mixer.recipeBuilder()
// Change Decomp Recipe
mods.gregtech.centrifuge.changeByInput([metaitem('dustBlackSteel')], null)
.changeEachInput { GTRecipeInput input -> input.copyWithAmount(9) }
.builder { RecipeBuilder recipe ->
recipe.clearOutputs()
.outputs(metaitem('dustSteel') * 3, metaitem('dustBlackBronze') * 2, item('actuallyadditions:item_crystal', 3) * 2, item('extrautils2:ingredients', 4) * 2)
}.replaceAndRegister()
.builder { RecipeBuilder recipe ->
recipe.clearOutputs()
.outputs(metaitem('dustSteel') * 3, metaitem('dustBlackBronze') * 2, item('actuallyadditions:item_crystal', 3) * 2, item('extrautils2:ingredients', 4) * 2)
}.replaceAndRegister()
// Change Chem Formula
material('black_steel')

View File

@ -59,25 +59,6 @@ blast_furnace.recipeBuilder()
.property("temperature", 1200)
.duration(135).EUt(120).buildAndRegister();
alloy_blast_smelter.recipeBuilder()
.inputs([<ore:dustSteel> * 3,<ore:dustBlackBronze> * 2,<actuallyadditions:item_crystal:3> * 2,<extrautils2:ingredients:4> * 2])
.circuit(3)
.fluidOutputs([<liquid:black_steel> * 1296])
.property("temperature", 1200)
.duration(2880)
.EUt(120)
.buildAndRegister();
alloy_blast_smelter.recipeBuilder()
.inputs([<ore:dustSteel> * 3,<ore:dustBlackBronze> * 2,<actuallyadditions:item_crystal:3> * 2,<extrautils2:ingredients:4> * 2])
.fluidInputs([<liquid:nitrogen> * 9000])
.circuit(13)
.fluidOutputs([<liquid:black_steel> * 1296])
.property("temperature", 1200)
.duration(1929)
.EUt(120)
.buildAndRegister();
//Aluminium [tier 2]
// Reduces the Duration from ~45s to ~20s
// Aluminium Ingot * 1