Advertisement
ecco7777

placer turtle

Feb 8th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. while true do
  2. os.pullEvent("redstone")
  3. turtle.place()
  4. sleep(8)
  5. turtle.dig()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement