storage refactor - void option
This commit is contained in:
@@ -47,11 +47,11 @@ local function client(socket)
|
||||
Milo:clearGrid()
|
||||
|
||||
elseif data.request == 'transfer' then
|
||||
local count = context.inventoryAdapter:provide(
|
||||
data.item,
|
||||
data.count,
|
||||
local count = context.storage:export(
|
||||
context.localName,
|
||||
nil,
|
||||
context.localName)
|
||||
data.count,
|
||||
data.item)
|
||||
|
||||
turtle.eachFilledSlot(function(slot)
|
||||
manipulator.getInventory().pullItems(
|
||||
|
||||
Reference in New Issue
Block a user