misc: change todo

This commit is contained in:
Emerson Rosen-Jones 2026-01-16 21:56:31 -05:00
parent 4481b8e7fa
commit 9b17cd22fe

View file

@ -85,7 +85,7 @@ function dist_to_num (dist)
end
function get_dist (item_type, items)
-- TODO redo, incorporate sum_items. DRY!
-- TODO change plurals to singulars to match mc
local dist = { nuggets = 0, ingots = 0, blocks = 0 }
for item, count in pairs(items) do
local type, form = item:match":(%l-)_(%l*)"