INCSlayer

Planter

May 6th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     if redstone.getInput("right") == true
  3.     then
  4.         os.sleep(10)
  5.     else
  6.         turtle.place()
  7.         os.sleep(10)
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment