Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.select(1)
- turtle.refuel(1)
- turtle.select(2)
- while true do
- if turtle.getItemCount() <= 0 then
- turtle.select(turtle.getSelectedSlot()+1);
- end
- while turtle.detect() == false do
- turtle.turnLeft();
- end
- turtle.dig();
- turtle.place();
- turtle.turnRight();
- for i=1,8 do
- turtle.forward();
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment