diff --git a/overrides/scripts/BlastFurnace.zs b/overrides/scripts/BlastFurnace.zs index e3c8202..a11ab35 100644 --- a/overrides/scripts/BlastFurnace.zs +++ b/overrides/scripts/BlastFurnace.zs @@ -56,14 +56,6 @@ alloy_blast_smelter.recipeBuilder() .EUt(120) .buildAndRegister(); -//Kanthal [tier 2] -// Hot Kanthal Ingot * 1 -.findRecipe(120, [, .withTag({Configuration: 2})], [ * 1000]).remove(); -// Hot Kanthal Ingot * 1 -.findRecipe(120, [, .withTag({Configuration: 1})], null).remove(); - -blast_furnace.recipeBuilder().inputs([]).outputs([]).property("temperature", 1500).duration(200).EUt(120).buildAndRegister(); - //Aluminium [tier 2] // Aluminium Ingot * 1 .findRecipe(120, [, .withTag({Configuration: 2})], [ * 1000]).remove();