1.1.0
Compatibility
Changes
-Fixed this mod causing world creation to freeze, especially when the world generated spawns the player close to a mineshaft.
-Fixed the minecart's yaw rotations not rotating correctly in certain conditions and not rotating smoothly in general.
-Fixed minecarts not being able to go down slopes that are not connected to rails, they just get stuck and "bump" against the floor.
-Added minecartMaxSpeed gamerule. Default is 8 just like in 1.21.2. (KNOWN ISSUE: Riding a very fast minecart messes with your camera position! This might be nauseating for some people. At best, I recommend up to speed 48, as that is the most stable speed before this issue appears.)
Optional dependencies
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:v5VvyByz:GreBRaw8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v5VvyByz:GreBRaw8"
}


