

All Roads
Create roads between various structures in your Minecraft world.
Main Functionality
By default, the All Roads mod finds 10 villages and creates 4 roads between them. Land sections of the path are clearly visible, while water obstacles are overcome using special waypoints.
Support for Various Structures
The mod is compatible with any structures included in the relevant tags. You can create road connections between different buildings in the game.
Route Configuration
To create a road, you must first add a "road plan" using the method AllRoads.ROAD_GENERATOR.addRoadPlan(BlockPos[] plan)
A road plan is an array of two BlockPos positions defining the start and end points of the route (typically structures)
After adding all necessary plans, use the method AllRoads.ROAD_GENERATOR.planNextRoad(MinecraftServer server)
This allows the system to sequentially generate all planned roads until complete.
Requirements
The mod requires Async Locator. If you plan to use custom structures, it's recommended to install this mod as well.