Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 7 months ago
Updated last week
All versions
0.3.0-beta+neoforge-mc1.21.1
Beta
Steam 'n' Rails Neoforge 0.3.0-beta+neoforge-mc1.21.13 weeks ago 87.1K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Fixed bogey block alignment in bogey menu by @WeidosOddities in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/328
- Fixed crash & softlock related to the Jukebox Minecart by @DragonplayzYT-Official in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/331
- Fixed various recipes previously not working by @PoppyBlossom in https://github.com/Porters-of-Railways/Railway-1.21.1/commit/6509206a4593c3aaffdd2f18e9772ce1c189c8bb
- Updated textures from upstream by @PoppyBlossom in https://github.com/Porters-of-Railways/Railway-1.21.1/commit/4d69803213d061a113bcfc405c17d95fd7903e92
New Contributors
- @WeidosOddities made their first contribution in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/328
- @DragonplayzYT-Official made their first contribution in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/331
Full Changelog: https://github.com/Porters-of-Railways/Railway-1.21.1/compare/v0.3.0-alpha.2...v0.3.0-beta
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:mvE5W1r2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L3Jv0QZI:mvE5W1r2"
}


