From 1bf43597de0edfbd62b68984d931fa3dd25e9e18 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 14 Apr 2023 13:11:15 +1000 Subject: [PATCH] Fix BlastFurnace.zs NPE --- overrides/scripts/BlastFurnace.zs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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)