Guest User

Lumberjack

a guest
Dec 15th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local function checkFuel()
  2.   if turtle.getFuelLevel() <1 then
  3.     turtle.select(1)
  4.     turtle.refuel(1)
  5.   end
  6. end    
  7. checkFuel()
  8. if not turtle.detectUp() then
  9.   turtle.up()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment