Advertisement
XylianLP

ModDetectAttack programm with place

Jun 30th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. print("MobDetectAttack programm")
  2. while true do
  3. while not turtle.place() do
  4. turtle.dig()
  5. turtle.attack()
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement