Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function checkFuel()
- if turtle.getFuelLevel() <1 then
- turtle.select(1)
- turtle.refuel(1)
- print("Refueled and Ready to go!")
- end
- end
- checkFuel()
- while not turtle.detectUp() do
- turtle.up()
- end
Advertisement
Add Comment
Please, Sign In to add comment