Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
1.7.0-beta+forge-mc1.20.1
Beta
Steam 'n' Rails 1.7.0-beta Forge 1.20.1 C0.54 months ago 274
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Steam 'n' Rails 1.7.0:
Additions
- Deployers can copy train names to/from nametags (pr#576 by SofieBrink)
- Translation for create.track_target.not_straight #522
- Allow moss carpets and snow to encase tracks (block tag railways:track_casing_whitelist)
- Snow falls on tracks
/snrc identify_traincommand to get the name, uuid, and owner of the train you're looking at- Shadow Realm: a non-ticking, non-tangible storage for trains.
/snr shadow_realm banish <train> <key>: banish a train to the shadow realm/snr shadow_realm restore <key>: restore a train from the shadow realm/snr shadow_realm kill <key>: permanently delete a train from the shadow realm- Wrenches with the NBT tag
ShadowHammer: 1bwill pre-fill the banish command when sneak-used on a train
- Palettes Plus
- 16 new colors
- many new locometal blocks, including ladders, windows, and more
- fluid paint mixing
- potato cannon-launched paint projectiles
- sandpaper can now be used to remove paint from blocks
- New config option
unlimitedCreativeRelocationto allow infinite-range train relocation for creative-mode players
Changes
- Smokestacks can now be placed with a variable height, similar to whistles
- Track edge point highlighting displays signal direction
Fixes
- Conductors can once again drive trains backwards via redstone link (pr#649 by konek101)
- 32x resource packs now work properly #549
- Fix client-side track switch crash #536
- Fix diagonal coupling #539
- Rollers on upside down monorails now break/place at the correct height #470
- Prevent creation of turns ending in generic crossings #511
- Fix copycat headstock connectivity #512
- Fix handcar/phantom track tooltips #658
- Fix unfueled trains being unstoppable when realism is enabled #535
- Fix coupler spacing value board not handling minimum value
- Fix potential invalid signal state caused by relocation of single-carriage trains
- Make conductors immune to fall damage again
- Skip unnecessary buffer scouting for stationary trains
- Animated flywheels finally spin at the correct speed
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:ZzjhlDgM:U5uXcSPe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZzjhlDgM:U5uXcSPe"
}

