Advertisement
mandydax

Sheep Shearer Turtle

Dec 30th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. --[[Sheep Shearer Turtle script by mandydax
  2. Load into an engineering turtle with an Autonomous Activator below it.
  3. Put shears in the Activator and set it to use right-click. Trap sheep
  4. on each of the 4 horizonal sides of the Activator with grass under
  5. them. Turtle will occasionally rotate the Activator to aim at the
  6. different sheep.
  7. ]]--
  8. local sleepTime = 15
  9. while true do
  10.   sleep(sleepTime)
  11.   turtle.attackDown()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement