Polish backend system (types), fix error with exporting, write
documentation for experimental hopper backend
This commit is contained in:
parent
d367bf0f8d
commit
00c612c005
13 changed files with 562 additions and 554 deletions
|
|
@ -50,7 +50,7 @@ local function importMechanism()
|
|||
end
|
||||
end
|
||||
if #slotsToSend > 0 then
|
||||
inv.sendItemAwayMultiple(slotsToSend, perip, import_from_inv)
|
||||
inv:sendItemAwayMultiple(slotsToSend, perip, import_from_inv)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
@ -58,7 +58,7 @@ local function importMechanism()
|
|||
end
|
||||
end
|
||||
|
||||
inv.sync()
|
||||
parallel.waitForAll(inv.run(), chatbox.run, ra.run,
|
||||
inv:sync()
|
||||
parallel.waitForAll(inv:run(), chatbox.run, ra.run,
|
||||
ui.run,
|
||||
importMechanism, inv.detectPlayerInsert)
|
||||
importMechanism, function() inv:detectPlayerInsert() end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue