1.0.0
Compatibility
Changes
Ultimate Configurable Boats V1.0.0 - Initial Release
Changelog:
Initial Release: The core foundation of the mod is now live for NeoForge 1.21.1. BPS Physics Engine: Introduced a precision movement system where boat speed is measured in Blocks Per Second (BPS) instead of abstract internal units. Smooth Acceleration: Implemented proportional acceleration and deceleration curves (Lerp) for a realistic, car-like driving feel. Boat Jumping: Added the ability for boats to jump! Fully customizable jump height (in blocks) and tick-based cooldowns. Dynamic Engine Audio: Added a pitch-shifting engine sound system. The audio pitch and volume automatically adjust based on your current velocity. Speedometer HUD: Added an on-screen overlay that displays real-time BPS and a visual acceleration bar that scales with your speed limits. In-Game Commands: Added the /boat command suite for real-time configuration of speed, jump power, acceleration, and inertia. Config Support: Full support for NeoForge's configuration system, allowing settings to persist across sessions.
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:rqPPrc5r:QXH8WZ77"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rqPPrc5r:QXH8WZ77"
}

