Advertisement
appollon41

QueenPicker

Mar 31st, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. shell.run("label set QueenPicker")
  2. chest = peripheral.wrap("bottom")
  3. while true do
  4. i = 1
  5. while i< (chest.getInventorySize()+1) do
  6. chest.pushItem("up",i)
  7. i = i+1
  8. end
  9. os.sleep(5)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement