Jump to content




slot 1 cannot accept item help


  • You cannot reply to this topic
1 reply to this topic

#1 simonmayor

  • New Members
  • 1 posts

Posted 24 July 2015 - 10: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

#2 flaghacker

  • Members
  • 655 posts

Posted 24 July 2015 - 10:53 PM

Slot numbers start counting from 0, so the first slot is number 0, the second number 1 and so forth.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users