BioPrince

fuel

Dec 28th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --BC floodgate
  2. -- pastebin get U9SezGMj fuel
  3. while turtle.getFuelLevel() < 15000 do
  4.   turtle.place()
  5.   turtle.refuel()
  6.   sleep(.5)
  7. end
  8. turtle.forward()
  9. turtle.digUp()
Advertisement
Add Comment
Please, Sign In to add comment