Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated yesterday
All versions
3.0.0-beta1-26.1+neoforge
Beta
v3.0.0-beta1-26.1+neoforgeyesterday 8
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
v3.0.0-beta1-26.1+neoforge
As this is still a beta version, this version can contain bugs. Feel free to report ANY misbehaviours and errors!
- update to 26.2
- increase default config option of
stepHeightfrom 0.3 to 0.35 - prevent automatic boosts when the boat cannot clear the obstacle, with a new
heightToleranceoption for fine-tuning - improve obstacle and block-filter detection by using the actual collision shape and nearest block in the boat's path
- synchronize gameplay settings from the server in multiplayer and show server-managed settings as read-only
- apply configuration-screen changes immediately in singleplayer
- make manual jumps safer and more predictable by jumping once per keypress and validating requests on the server
- disable manual jumps by default, lower their default multiplier to 1.2, and restrict them to ground or water by default
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:wTfH1dkt:2SEirjKP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wTfH1dkt:2SEirjKP"
}



