Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 7 months ago
Updated last week
All versions
0.3.0-beta.2+neoforge-mc1.21.1
Beta
Steam 'n' Rails Neoforge 0.3.0-beta.2+neoforge-mc1.21.1last week 34.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's Changed
- Fix incorrect texture reference for radial bogey by @HadesScience in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/345
- Fix client crash when hovering a signal whose track was broken by @gblfxt in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/347
- Fix roller track replace mode never extracting tracks by @gblfxt in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/340
- Fix flywheel spin direction flipping with the train's world heading by @gblfxt in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/343
- Fix see-through semaphore lamps by @gblfxt in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/341
- Fix disguised conductor players keeping the full-size hitbox by @gblfxt in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/342
- Porting the Official Simplified Chinese Translation by @Catchmons in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/346
- Fix regression where narrow and wide tracks were uncraftable by @PoppyBlossom in https://github.com/Porters-of-Railways/Railway-1.21.1/commit/19a88a7ecb1c42ac5605614e1594c0e195743dfd
- Fix uncraftable recipes with colorless glass by @PoppyBlossom in https://github.com/Porters-of-Railways/Railway-1.21.1/commit/5f543857add93e01a12ed8827c5ac691bad53a48
New Contributors
- @HadesScience made their first contribution in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/345
- @Catchmons made their first contribution in https://github.com/Porters-of-Railways/Railway-1.21.1/pull/346
Full Changelog: https://github.com/Porters-of-Railways/Railway-1.21.1/compare/v0.3.0-beta...v0.3.0-beta.2
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:czVeSmZo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L3Jv0QZI:czVeSmZo"
}


