Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function refuel()
- if turtle.getFuelLevel() < 1000 then
- turtle.select(3)
- turtle.suckDown()
- turtle.refuel()
- end
- end
- for n=1,1 do
- refuel()
- turtle.select(1)
- turtle.digUp()
- turtle.up()
- turtle.up()
- turtle.placeDown()
- for i=1,24 do
- turtle.up(i)
- end
- turtle.select(2)
- turtle.placeDown()
- end
Advertisement
Add Comment
Please, Sign In to add comment