diff --git a/overrides/scripts/BlastFurnace.zs b/overrides/scripts/BlastFurnace.zs index 79c20e0..c719c28 100644 --- a/overrides/scripts/BlastFurnace.zs +++ b/overrides/scripts/BlastFurnace.zs @@ -59,7 +59,10 @@ blast_furnace.recipeBuilder() .property("temperature", 1000) .duration(135).EUt(120).buildAndRegister(); -// Black Steel +// Black Steel * 720 +.findRecipe(120, [, , * 3, .withTag({Configuration: 13})], [ * 5000]).remove(); +// Black Steel * 720 +.findRecipe(120, [, , * 3, .withTag({Configuration: 3})], null).remove(); alloy_blast_smelter.recipeBuilder() .inputs([ * 3, * 2, * 2,.withEmptyTag() * 2]) @@ -259,7 +262,8 @@ mixer.recipeBuilder() .findRecipe(30, [ * 8], null).remove(); -// Fluxed Electrum +// Fluxed Electrum * 1152 +.findRecipe(120, [ * 6, , , .withTag({Configuration: 3})], null).remove(); alloy_blast_smelter.recipeBuilder() .inputs([ * 6, , , ]) .fluidOutputs( * 1296)