Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local minFuelAmount = 200
- while true do
- if turtle.getFuelLevel() < minFuelAmount then
- turtle.select(9)
- turtle.refuel()
- turtle.select(1)
- end
- turtle.forward()
- turtle.down()
- turtle.select(1)
- turtle.placeDown()
- turtle.up()
- turtle.select(2)
- turtle.placeDown()
- end
Advertisement
Add Comment
Please, Sign In to add comment