Links
Tags
Creators
Details
0.1.0+neoforge-mc1.21.1
Compatibility
Required content
Changes
What's New!
Recent Changes
- #158 - Fix duplicate DefaultAttributes crash for conductor entity View PR
- #161 - Enable data fixers for 1.21 port View PR
- #155 - Fix ClassCastException when relocating trains View PR
- #151 - Add note particles to jukebox minecart when playing music (#104) View PR
- #150 - Chameleon538/issue142 View PR
- #146 - fix diesel smokestack fan rendering on walls and ceiling (#143) View PR
- #149 - Fix station screen UI for train icon and limit checkbox (#147) View PR
- #145 - Add configurable conductor activation distance and flywheel speed View PR
Blocks & Bogies Compatibility Update
We’re happy to announce that compatibility between "Create: Blocks & Bogies" and Railway 1.21.1 has been fully restored! After addressing the issues, the SNR compatibility code that was removed during the 1.21.1 port of Blocks & Bogies has been reinstated. Key mixin issues, caused by changes in NeoForge 1.21.1, have also been fixed to ensure everything runs smoothly.
A new feature has been added, allowing bidirectional menu switching between Blocks & Bogies and Railway bogey menus, making it easier to use both mods together. While Blocks & Bogies remains fully functional as a standalone mod, it now works seamlessly with Railway 1.21.1. When you play, ensure you are using the latest version of Blocks & Bogies, so that the changes from the Blocks & Bogies PR #31 work properly.
Thank you to everyone who has reported new issues and helped with the debugging process!
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:L3Jv0QZI:vpLvW4Yz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L3Jv0QZI:vpLvW4Yz"
}

