Posted 24 July 2015 - 11:20 PM
I am working with spatial storage at the moment and I want a way in and out solo, so I made this but it doesn't seem to be doing what it should be…
p = peripheral..wrap("bottom")
while true do
if not (p.getStackInSlot(1)) then
p.swapStacks(1,2)
end
sleep(5)
end
p = peripheral..wrap("bottom")
while true do
if not (p.getStackInSlot(1)) then
p.swapStacks(1,2)
end
sleep(5)
end