Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
1.7.2+forge-mc1.20.1
Release
Steam 'n' Rails 1.7.2 Forge 1.20.1 C64 months ago 1.25M
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Steam 'n' Rails 1.7.2:
Additions
Unbreakable: 1btag on paint pitchers makes them infinite-use for potato cannons and paintbrushes/snr fill_paintcommand to mass-recolor a volume of blocks, optionally filtered by block state or color/snr count_paintcommand to count the number of blocks of a certain color in a volume, optionally filtered by block state
Fixes
- Fix infinite paint for projectiles launched from potato cannons on forge
- Make woodburner smokestacks stackable in full block increments
- Fix client crash when rendering signal highlighter for signal without a track #744
- Fix KubeJS incompatibility with fluid amount mangling #746
- Fix crash when using a potato cannon without ammunition #743
- Fix fuel tank crash
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:I6GhUCyk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZzjhlDgM:I6GhUCyk"
}


