From 967fb10149099e405760eb82b045bfaf77aaa566 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:38:38 +1100 Subject: [PATCH] Add UHV Charger, Fix UHV Batbufs Adds recipes for 4x and 8x uhv battery buffers. Changes wire in UHV Batbufs to Europium, to be more consistent Uses ore:chestWood instead of chest, and has chest on top of hull to be more consistent Adds recipe for UHV Turbo Charger. --- overrides/scripts/Endgame.zs | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/overrides/scripts/Endgame.zs b/overrides/scripts/Endgame.zs index f677232..6b85ff3 100644 --- a/overrides/scripts/Endgame.zs +++ b/overrides/scripts/Endgame.zs @@ -195,10 +195,25 @@ makeShaped("of_processing_array", , -// UHV 16x Batbuf +// UHV Batbufs +recipes.addShaped(, [ + [, , ], + [, , ] +]); +recipes.addShaped(, [ + [, , ], + [, , ] +]); recipes.addShaped(, [ - [, , ], - [, , ] + [, , ], + [, , ] +]); + +// UHV Turbo Charger +recipes.addShaped(, [ + [, , ], + [, , ], + [, , ] ]); // Assembly Line