misc: remove completed goals

This commit is contained in:
Emerson Rosen-Jones 2026-01-17 16:54:53 -05:00
parent 4c7eaf14e9
commit bcb70f8780

View file

@ -48,11 +48,6 @@ local NUGGETS = 1
local INGOTS = 9 local INGOTS = 9
local BLOCKS = 81 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 -- Levels
local MIN_NUM = (4 * STACKS * NUGGETS) + (4 * STACKS * INGOTS) local MIN_NUM = (4 * STACKS * NUGGETS) + (4 * STACKS * INGOTS)
local MAX_NUM = (8 * STACKS * NUGGETS) + (8 * STACKS * INGOTS) local MAX_NUM = (8 * STACKS * NUGGETS) + (8 * STACKS * INGOTS)