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
slot 1 cannot accept item help
Started by simonmayor, Jul 24 2015 10:20 PM
1 reply to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











