Tags
Creators
Details
mc1.21.3-0.4.10
Compatibility
Required content
Changes
this build fixes various issues with how the mod would reset to vanilla behavior. the only difference you'll notice as a driver, is that you should no longer experience the (1.21.3+ exclusive) bug where interpolation turns off mid-session and makes all the boats appear laggy in a race.
important note for servers
one of the bugs fixed is pretty critical. i don't want to go into specifics here, but if you run a server i would strongly recommend you drop support for previous releases (version IDs less than 18). DM me on discord @o7Moon if you would like to know specifics.
also less important but useful information for anyone writing plugins, the fix for the resetting bug (mentioned at the top) has the side effect that the mod resets a little later in the server join process, so if you are worried about packets being received before the reset, then you should wait until after getting the version packet before sending anything important.
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:kNtBiHzs:tafzK4lS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kNtBiHzs:tafzK4lS"
}

