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