os.clear()
while turtle.getFuelLevel()~=turtle.getFuelLimit() do
if turtle.suck() then
turtle.refuel()
else
os.sleep(30)
end
print("fully refueled")