Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 months ago
All versions
1.20.1-alpha-0.9.0-C6+2
Alpha
createrailwaysnavigator-forge-1.20.1-alpha-0.9.0-C6+26 months ago 39.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
2026-02-20
- Added: Train Debug screen
- Added: The swap button has been added back to the navigation screen
- Added: Train Separation now allows to set a custom station filter
- Added: Displays now act as copycat blocks (except the sloped display)
- Added: New Option to configure whether displays should show only arrivals, departures, or both
- Fixed: Display data errors are spammed in the console, that a value is not present
- Fixed: The formatting of time values is incorrect sometimes
- Fixed: Items already added to a list or duplicates are not removed from autocompletion
- Fixed: Part of some windows is cut off
- Fixed: Number picker components do not render text shadow
- Fixed: The conversion of train separation time between real time and game time in the settings screen is not working correctly
- Fixed: Display text is flickering
- Fixed: Platform Focus Displays show the wrong platform if wildcards are used in the display link and a train changes the platform
- Fixed: Platform Focus Display shows wrong arrival time
- Fixed: Display Panels cannot be placed in the center of a block
- Fixed: Display Settings are not saved when edited on contraptions
- Fixed: Train carriage index is cut off on some displays
- Fixed: Trains show the wrong line, especially at terminus stations
- Fixed: Passenger information and Train destination displays show the wrong destination while waiting at the terminus
- Fixed: The buttons of the Advanced Display Settings Screen cannot be used
- Changed: Moved some config settings from the Client to the Common config
- Changed: Now using Create 6's new wildcard system
- Changed: Improved performance of the networking code and the GUI (especially the autocompletion popups)
- Changed: Trains on the displays are now sorted by their real departure time
- Changed: New option to display a train multiple times on a display (for each stop)
- Removed: Displays no longer automatically change their type, to avoid confusion
- Requires DragonLib 3.0.21
Supplementary resources
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Dq3STxps:BX83dc4U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dq3STxps:BX83dc4U"
}

