Tags
Creators
Details
1.2.4
Compatibility
Changes
-
fishing barge is now more configurable, and gets 1/2 non-treasure loot by default
-
trains and vessels can be configured to ignore some damage sources (create drills and saws by default)
-
Add more tooltip info
-
fix waterlogged blocks not treated as water
-
vessels now have more HP and regen, making them harder to kill (still insta killed by players)
-
add config to auto-kill chunkloaders
-
trains (incl tug-trains) now try detect when partially chunkloaded and try to wait until fully loaded instead of leaving part of the train behind
-
vehicle charger now auto rotates to face the dock
-
tugs now have the same GUI as locomotives (button to turn off the engine)
-
create compatibility layer (for train contraptions) can now be disabled, use this if LL is broken by a future create update
-
collision detection now freezes the train instead of just slowing down/turning off the engine
-
trains will attempt to detect when a mob is "pushing it apart" (like fish between cars) and stall until the mob moves away
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:1zZJrh9c:Hhh4QfBS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1zZJrh9c:Hhh4QfBS"
}

