Advertisement
Xenogami

Wool Farm

Apr 25th, 2015
222
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.  
  3.     turtle.place()
  4.     turtle.select(2)
  5.     turtle.dropUp()
  6.     turtle.select(1)
  7.     turtle.turnRight()
  8.     sleep(10)
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement