From 1bd83c99801b926b394fb76aff50e12d06d1af41 Mon Sep 17 00:00:00 2001 From: m2r1k5 <61507029+m2r1k5@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:12:52 +0800 Subject: [PATCH] Revert Kanthal to stock time --- overrides/scripts/BlastFurnace.zs | 8 -------- 1 file changed, 8 deletions(-) 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();