Advertisement
Yorinar

kill-in-front

Oct 9th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.   turtle.attack()
  3.   sleep(0.2)
  4.   turtle.suck()
  5.   turtle.suckUp()
  6.   turtle.suckDown()
  7.   sleep(0.3)
  8.   write("current fuel level: "..turtle.getFuelLevel().."\n")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement