From e64e8b4d726864e7af96dfbebf205137263a253d Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Sat, 8 Apr 2023 10:32:23 +1000 Subject: [PATCH] RHF and BBC rebalance (NM) Now locked in ZPM, instead of UV/UHV Removed temporary assembler recipes --- overrides/scripts/Endgame.zs | 11 ----------- overrides/scripts/normalmode.zs | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/overrides/scripts/Endgame.zs b/overrides/scripts/Endgame.zs index 07d7b25..15019d6 100644 --- a/overrides/scripts/Endgame.zs +++ b/overrides/scripts/Endgame.zs @@ -320,17 +320,6 @@ assembly_line.recipeBuilder() .outputs() .duration(900).EUt(491520).buildAndRegister(); -// Temporary UHV Multiblocks Fix -assembler.recipeBuilder() - .inputs(, * 2, * 2, , * 2, ) - .outputs() - .duration(100).EUt(30).buildAndRegister(); - -assembler.recipeBuilder() - .inputs(, * 2, * 2, , * 2, ) - .outputs() - .duration(100).EUt(30).buildAndRegister(); - // Stabilized Miners Tooltips .addTooltip(format.italic( format.white("A stabilized version, injected with a Heart of a Universe."))); diff --git a/overrides/scripts/normalmode.zs b/overrides/scripts/normalmode.zs index e7f4be1..80113eb 100644 --- a/overrides/scripts/normalmode.zs +++ b/overrides/scripts/normalmode.zs @@ -760,6 +760,21 @@ large_chemical_reactor.recipeBuilder() .circuit(25) .duration(300).EUt(7680).buildAndRegister(); +/* UHV Multis, make unlocked with zpm */ +// Rotary Hearth Furnace +recipes.remove(); +recipes.addShaped(, + [[, , ], + [, , ], + [, , ]]); + +// Bulk Blast Chiller +recipes.remove(); +recipes.addShaped(, + [[, , ], + [, , ], + [, , ]]); + // Removals // GT mods.jei.JEI.removeAndHide();