From ceca1b3d60cae8907a1b5789a5f74165e51e4ffb Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Fri, 16 Jan 2026 23:34:56 -0500 Subject: [PATCH] misc: update progress --- compacting-storage.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compacting-storage.lua b/compacting-storage.lua index 272660e..3996c68 100644 --- a/compacting-storage.lua +++ b/compacting-storage.lua @@ -20,10 +20,7 @@ local INGOTS = 9 local BLOCKS = 81 -- V2!! what am i working on? --- TODO new oregen interop: request from REQUEST_TICKER to get new ore --- TODO new way to keep items stocked: request from MAIN_TICKER --- do I even need a specific inventory anymore? I could maybe move metals --- into the sophisticated storage setup. +-- 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)