DrFair

Gind redstone

Feb 19th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. print("I am grinding! (If I get redstone)")
  2.  
  3. while true do
  4. os.sleep(0.2)
  5. while redstone.getInput("bottom") do
  6. turtle.attack()
  7. sleep(0.2)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment