Compare commits

..

2 commits

Author SHA1 Message Date
Emerson Rosen-Jones
31ebbb66c0 feat: generalize recipe handling 2026-01-03 00:01:11 -05:00
Emerson Rosen-Jones
1576d95ae1 fix: get to a working state 2026-01-02 23:58:27 -05:00

View file

@ -113,7 +113,7 @@ function cycleItems (ticker, items)
local makeRequest local makeRequest
makeRequest = function (item, amt, addr) makeRequest = function (item, amt, addr)
local limit = 64 local limit = 64
if addr == MELTER_ADDR then limit = 9 end if addr = MELTER_ADDR then limit = 9 end
if amt < limit then return end if amt < limit then return end
local request = { local request = {
name = item, name = item,