Advertisement
randomaccountlol

Untitled

Jan 25th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. local interface = peripheral.wrap("right")
  3.  
  4. while true do
  5. interface.pushItem("UP", 1, 64)
  6. interface.pushItem("UP", 2, 64)
  7. interface.pushItem("UP", 3, 64)
  8. interface.pushItem("UP", 4, 64)
  9. interface.pushItem("UP", 5, 64)
  10. interface.pushItem("UP", 6, 64)
  11. interface.pushItem("UP", 7, 64)
  12. interface.pushItem("UP", 8, 64)
  13. interface.pushItem("UP", 9, 64)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement