Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 15 hours ago
All versions
2.0-snapshot.5
Beta
RailOptimization 2.0-snapshot 515 hours ago 119
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
RailOptimization v2.0-snapshot 5
This snapshot improves NeoForge mod compatibility and fixes rail-end microtiming and update-cache saturation.
Improvements
- Improved NeoForge compatibility with modded redstone blocks by respecting their custom power-conduction rules
- Preserved NeoForge's signal propagation between compatible modded rail variants, including the correct source block in neighbor notifications
Fixes
- Corrected neighbor-update ordering at the west and south ends of straight rail lines, fixing piston/BUD microtiming differences from vanilla
- Fixed the rail update cache becoming saturated after many different rails received updates without changing state, preventing persistent slowdowns in subsequent cache lookups
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| railoptimization-2.0-snapshot.5+mc26.1.2-fabric-sources.jar | Sources jar | 76.12 KiB |
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:QSvN5pBU:CAVLtlAd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QSvN5pBU:CAVLtlAd"
}

