moar typo
This commit is contained in:
parent
c6915962f8
commit
741bbee891
2
IO.lua
2
IO.lua
@ -29,7 +29,7 @@ while true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
for slot, item in pairs(stacks_stored) do
|
for slot, item in pairs(stacks_stored) do
|
||||||
if not items[get_internal_identifier(item)] then -- if item is not in want list, send it back to storage
|
if not items[w.get_internal_identifier(item)] then -- if item is not in want list, send it back to storage
|
||||||
w.query_by_type("storage", {
|
w.query_by_type("storage", {
|
||||||
type = "insert",
|
type = "insert",
|
||||||
from_inventory = conf.chest,
|
from_inventory = conf.chest,
|
||||||
|
Loading…
Reference in New Issue
Block a user