Advertisement
Guest User

startup

a guest
Aug 28th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.   if turtle.attackUp() == false then
  3.     sleep(10)
  4.   end
  5.   turtle.select(1)
  6.   turtle.drop()
  7.   turtle.select(2)
  8.   turtle.drop()
  9.   turtle.select(1)
  10.   sleep(1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement