misc: update progress

This commit is contained in:
Emerson Rosen-Jones 2026-01-16 23:34:56 -05:00
parent acdd22bd1f
commit ceca1b3d60

View file

@ -20,10 +20,7 @@ local INGOTS = 9
local BLOCKS = 81 local BLOCKS = 81
-- V2!! what am i working on? -- V2!! what am i working on?
-- TODO new oregen interop: request from REQUEST_TICKER to get new ore -- DONE 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.
-- TODO new way to craft between states: make requests with MAIN_TICKER -- TODO new way to craft between states: make requests with MAIN_TICKER
-- (could maybe add a redstone requester if desired) -- (could maybe add a redstone requester if desired)