tyoooooooo

This commit is contained in:
osmarks 2018-08-14 22:22:29 +01:00
parent 741bbee891
commit f48f749eab

2
IO.lua
View File

@ -29,7 +29,7 @@ while true do
end
for slot, item in pairs(stacks_stored) do
if not items[w.get_internal_identifier(item)] then -- if item is not in want list, send it back to storage
if not conf.items[w.get_internal_identifier(item)] then -- if item is not in want list, send it back to storage
w.query_by_type("storage", {
type = "insert",
from_inventory = conf.chest,