a
This commit is contained in:
parent
12ffbdc45d
commit
13ddce15ae
15 changed files with 8967 additions and 61 deletions
|
@ -24,21 +24,20 @@ function takeForward(slot)
|
|||
turtle.suckDown()
|
||||
end
|
||||
|
||||
function insertForwardDepot(count)
|
||||
function insertDepot(count)
|
||||
turtle.dropDown(count)
|
||||
peripheral.call("front", "pullItem", "bottom")
|
||||
end
|
||||
|
||||
function takeForwardDepot()
|
||||
-- pDown.pullItems("front", slot, 64, 1)
|
||||
function takeDepot()
|
||||
peripheral.call("front", "pushItem", "bottom")
|
||||
turtle.suckDown()
|
||||
end
|
||||
|
||||
|
||||
function takeItems(type, count)
|
||||
item_list = pFront.list()
|
||||
slot = findItems(item_list, type)
|
||||
local item_list = pFront.list()
|
||||
local slot = findItems(item_list, type)
|
||||
|
||||
if slot == nil then
|
||||
printError("could not find item " .. type .. " in chest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue