Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if turtle.getFuelLevel()<400 then
- write("Please put any fuel item on the first slot and type anything then press enter to refuel: ")
- local uit = (read())
- repeat sleep(1) until uit~=0
- turtle.refuel()
- else
- sleep(4)
- end
Add Comment
Please, Sign In to add comment