diff --git a/IO.lua b/IO.lua index e46e530..71815cc 100644 --- a/IO.lua +++ b/IO.lua @@ -15,7 +15,7 @@ w.init() local chest = peripheral.wrap(conf.chest) while true do - local stacks_stored = chest.list() + local stacks_stored = d.map(chest.list(), w.to_wyvern_item) local items_stored = w.collate_stacks(stacks_stored) for item_name, quantity_desired in pairs(conf.items) do