Godleydemon

simple Guard

Jun 13th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.                 if turtle.attack()
  3.                         then print("Mob Detected and Dispatched")
  4.                 end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment