McBaron

meleturtle

Oct 9th, 2014
193
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 redstone.getInput("front") then
  3.             turtle.attack()
  4.     else
  5.             os.pullEvent("redstone")
  6.     end
  7. end
Add Comment
Please, Sign In to add comment