Links
Tags
Creators
Details
0.1.0-rc+neoforge-mc1.21.1
Compatibility
Required content
Changes
Release Notes - v0.1.0-rc
Bug Fixes
High Priority Fixes
- Fixed fuel tank crashes with mechanical pumps (#117)
- Fixed game crashes on startup with Create 6.0.8+ (#114, #127)
- Fixed smokestack smoke toggle not working (#129)
- Fixed conductor whistle not functioning (#108)
Visual Fixes
- Fixed smokestack particles rendering incorrectly (#94)
- Fixed conductor whistle flag rendering (#132)
- Fixed radiator fan not rendering/spinning (#137)
Other Information
After extensive testing, we've found that Blocks & Bogies is currently incompatible with Steam 'N' Rails Neoforge. While compatibility might improve in later updates, for now, B&B is being marked as incompatible. That said, you can still use B&B at your own risk, and during testing, we have reported success with no issues, but others have been experiencing various problems. If you encounter problems and B&B is in your mod list, try testing in a fresh world without it to confirm whether it's the cause. If you're able to get both mods working together, great! Just be aware that some train and bogey features may break unexpectedly.
Installation
- Minecraft Version: 1.21.1
- Mod Loader: NeoForge
- Required Dependencies: Create 6.0.8+
Thank You
Thank you to everyone who has reported bugs and supported the development of this port. Your feedback is very helpful as we continue to improve!
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:wnMmj63N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L3Jv0QZI:wnMmj63N"
}

