From bcb70f8780f7bf5820dc0428b6ed6706494f69b2 Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Sat, 17 Jan 2026 16:54:53 -0500 Subject: [PATCH] misc: remove completed goals --- compacting-storage.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compacting-storage.lua b/compacting-storage.lua index 2a5cc0e..efc63b6 100644 --- a/compacting-storage.lua +++ b/compacting-storage.lua @@ -48,11 +48,6 @@ local NUGGETS = 1 local INGOTS = 9 local BLOCKS = 81 --- V2!! what am i working on? --- DONE new oregen interop: request from REQUEST_TICKER to get new ore --- TODO new way to craft between states: make requests with MAIN_TICKER --- (could maybe add a redstone requester if desired) - -- Levels local MIN_NUM = (4 * STACKS * NUGGETS) + (4 * STACKS * INGOTS) local MAX_NUM = (8 * STACKS * NUGGETS) + (8 * STACKS * INGOTS)