Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("right", false)
  3. sleep(0.1)
  4. redstone.setOutput("right", true)
  5. for i=1,18 do -- Strongbox size = 18
  6. turtle.suck()
  7. turtle.dropUp()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement