convert items to wyvern format

This commit is contained in:
osmarks 2018-08-14 22:21:42 +01:00
parent 0a59e6ee31
commit c6915962f8

2
IO.lua
View File

@ -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