Advertisement
Schneiderism

[FTB Turtle] Sheep Shearing Program

Nov 23rd, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. --[[ Sheep Shearing Program: [Regular Turtle] ]]
  2.  
  3. while true do
  4. turtle.select(1)
  5. turtle.place()
  6. turtle.select(2)
  7. turtle.dropUp()
  8. turtle.turnRight()
  9. end
  10.  
  11. --[[ * This requires shears to be in slot 1 of the turtle and a chest on top of the turtle ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement