From a48bd2d1b909267628269f4f7114f16dddb81102 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:31:10 +1100 Subject: [PATCH] Replace RealBench with RealBench: Nomi-CEu Edition (#560) Uses the current latest release of v1.0.3. Fixes #536. This PR switches to the Nomi-CEu version/re-implementation of RealBench. This fixes the dupe glitch in Nomifactory/Nomifactory#429, and calculates the result on container entered (removing the need to replace items to reload result) This also additionally fixes the voiding issues with Actually Additions' Crafting Table on a Stick, and Avaritia's Compressed/Double Compressed Crafting Tables. (#536) Avaritia's Crafting Tables have been given the same mechanics to store and render items as normal Crafting Tables. [MOD INFO] projectID = 237414 info = "Replaced by RealBench: Nomi-CEu Edition" [MOD INFO] [BUG] [DETAILS] details = ["Fixes Crafting Table Duplication Glitches", "Fixes Voiding as Reported in #536", "Adds RealBench Functionality to Avaritia's Crafting Tables"] [DETAILS] --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 26986cd..af792b2 100644 --- a/manifest.json +++ b/manifest.json @@ -191,11 +191,6 @@ "fileID": 2803109, "required": true }, - { - "projectID": 237414, - "fileID": 2505261, - "required": true - }, { "projectID": 238747, "fileID": 2739582, @@ -772,6 +767,11 @@ "projectID": 910715, "fileID": 4749295, "required": true + }, + { + "projectID": 945503, + "fileID": 4932513, + "required": true } ] }