Compare commits

..

2 commits

Author SHA1 Message Date
Emerson Rosen-Jones
83f2ec6012 feat: generalize recipe handling 2026-01-03 00:05:18 -05:00
Emerson Rosen-Jones
0f1ace9116 fix: get to a working state 2026-01-03 00:05:18 -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,