if turtles could read placed signs as well.
It could be incorporated into the "turtle.dig...()" functions, which return the text of the sign after picking it up.
Advantages:
You could leave some messages for turtles in the field for them to find,
instead of building a rednet communication network or complex user interfaces.
For instance, you could:
- mark trees to be chopped
- mark dig outs (holes, tunnels) to be made with stated location and dimensions
- mark a path to follow the user with infos on changed direction
- mark intersections in "abandoned mineshafts" and let the turtle dig out the complex structure with your help
- give information on chest contents
- use them as blueprints for simple builds
- ...much more!












