Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Sheep Shearing Program: [Regular Turtle] ]]
- while true do
- turtle.select(1)
- turtle.place()
- turtle.select(2)
- turtle.dropUp()
- turtle.turnRight()
- end
- --[[ * 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