Advertisement
Punio

greenBeast_turtle

Oct 23rd, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.     if rs.getInput("top") then
  3.         turtle.select(1)
  4.         turtle.place()
  5.         sleep(5)
  6.         tuitle.dig()
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement