From ae3cac9579584334b12e1fa63b0f9ac483f2430a Mon Sep 17 00:00:00 2001 From: Krutoy242 Date: Sat, 27 Jan 2024 14:55:39 +0300 Subject: [PATCH] =?UTF-8?q?fix(recipes):=20=E2=9C=8F=EF=B8=8F[Reconstructi?= =?UTF-8?q?on=20Chamber]=20harder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/mods/nae2.zs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/mods/nae2.zs b/scripts/mods/nae2.zs index 79f270ba2..2e1e266ed 100644 --- a/scripts/mods/nae2.zs +++ b/scripts/mods/nae2.zs @@ -20,3 +20,13 @@ for i, storage in [ "D": , # Diamond Chest }); } + +# [Reconstruction Chamber] from [Empowered Emeradic Crystal][+2] +craft.remake(, ["pretty", + "▬ ⌃ ▬", + "⌃ * ⌃", + "▬ ⌃ ▬"], { + "▬": , # Electrical Steel Ingot + "⌃": , # Quartz Glass + "*": , # Empowered Emeradic Crystal +});