Tags
Creators
Details
All versions
0.5.1c+1.21.9-1.21.11
Release
OpenBoatUtils 0.5.1c+1.21.9-1.21.112 months ago 3,912
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
What's Changed
- Added
SET_HONEY_COMPATIBLITYpacket to change honey's behavior to how it used to function in 1.21.1 - Implemented toggleable fix for double water elevation (#5)
- Added
SET_LATERAL_GRIPpacket for "car like grip" - Added
SET_BRAKE_SLIPPERINESSpacket to change the behavior of the S key to slow the boat regardless of idrection - Added
APPLY_IMPULSEpacket (local & global frame) - Added
SET_MULTISTEPPINGpacket to enable a reimplementation of the vanilla stepping logic that can step multiple times per tick (based on Moulberry's MC276641 Fix) - Added
SET_MAX_SPEEDandSET_MAX_SPEED_RESISTANCEpackets - Added proper transaction support for servers
- Added support for negative jump forrce
- Fixed a bug with how scale worked with entity contexts #23 (Renokas1)
- updated documentation
Notes for servers
- Block version id
20 - Consider blocking version id
21, review https://openboatutils.github.io/developers/versions.html - Consider making honey compatibility default behaviour
- Consider making Double water elevation fix enabled by default for all future tracks that use the water elevation setting
- You should probably reject builds marked as unstable.
Full Changelog: https://github.com/OpenBoatUtils/OpenBoatUtils/compare/0.5.0...0.5.1
(you want the non sources jars)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| OpenBoatUtils-0.5.1c+1.21.9-1.21.11-sources.jar | Source jar | 392.82 KiB |
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:OWYFQnj5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kNtBiHzs:OWYFQnj5"
}

