First Spawner Route
This tutorial connects the dispatch and route-recording systems.
Goal
Set up a train_spawner and make a route that can be recorded into the world railway map.
Steps
- Place a
train_spawnerunder or next to a valid rail position. - Open the spawner UI.
- Set a city name.
- Set a line ID.
- Pick a line color.
- Set the direction.
- Set the target train count.
- Add one or more balises on the route.
- Place a
train_collectorat the end, or make the route circular if that matches your design.
Expected Result
When the minecart completes the line:
- visited stations should be recorded
- line color should be preserved
- the route can later appear in the world railway map
Good Practice
Keep station naming consistent. Shared names inside the same city are used for interchange merging in the map.