meuced

Breeding2

Oct 20th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2.     for i=1, 10 do
  3.         turtle.placeDown()
  4.         sleep(0.2)
  5.         i=i+1
  6.     end
  7.     sleep 320
  8. end
Add Comment
Please, Sign In to add comment