Advertisement
fusty

TurtleAttack

Mar 10th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. while redstone.getInput("front") do
  3. turtle.attack()
  4. os.sleep(0.5)
  5. end
  6. os.sleep(0.5)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement