From c6915962f88ac1b76b19a5f7ad74adb3a8d03886 Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 14 Aug 2018 22:21:42 +0100 Subject: [PATCH] convert items to wyvern format --- IO.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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