misc: name main ticker better

This commit is contained in:
Emerson Rosen-Jones 2026-01-16 22:04:29 -05:00
parent 378f44a977
commit 256b3779ed

View file

@ -161,11 +161,11 @@ function print_counts (items)
end
end
local main_inv = peripheral.wrap(MAIN_TICKER)
local main_t = peripheral.wrap(MAIN_TICKER)
local request_t = peripheral.wrap(REQUEST_TICKER)
while true do
-- 1. Sum items in inventory and organize by item type
local items = sum_items(main_inv.stock)
local items = sum_items(main_t.stock)
-- print_counts(items)
-- 2. either work towards a desired distribution or create more resources