Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
All versions
0.5.2-beta-1.18.2-fabric
Beta
Create Railways Navigator 0.5.2-beta-1.18.2-fabric2 years ago 117
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Fixed: Incorrect placement of the Advanced Display Panel when clicking on the block behind it.
- Fixed: Incompatibility with other mods that change Minecraft's language system (e.g. Fast Backups)
- Fixed: Rare crashes due to displays trying to query missing data
- Fixed: Navigator settings are carried accross worlds/servers
- Fixed: Some recipes are not working on fabric
PLEASE NOTE!
CRN beta-0.5.0+ is NOT compatible with TrafficCraft versions prior to v1.0.4. Please also update TrafficCraft.
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:sdRdlyYR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dq3STxps:sdRdlyYR"
}


