From ec5c3ad603291499af20358e80d85ecd2fea623e Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Sat, 13 May 2023 14:52:53 +1000 Subject: [PATCH] Revert "Fix BlastFurnace.zs NPE" This reverts commit 1bf43597de0edfbd62b68984d931fa3dd25e9e18. --- overrides/scripts/BlastFurnace.zs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)