All versions
1.9.0+1.21.11
Release
1.9.0+1.21.113 months ago 133
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features:
- Added 26.1.2 support
- Added a littlefoot alert (Haven't tested it, thats Narga's job)
- Added volume sliders to all sounds that were missing it
- Added the ability to more deeply customize each sea creature
- Redesigned the party finder UI
Changes:
- Added a stability check before resizing hotspots
- Updated flare radius and alerts logic (Timer only shows while in radius, alerts only on expiration while in radius)
- Made the rare sc display use the custom sc colors
Fixes:
- Actually fixed hotspot particles being hid while highlight hotspot is off
- Fixed pet display not saving in between sessions
- Made mod sent messages not trigger event (Could cause an infinite loop that crashes game)
- Made deployable alert not trigger upon swapping islands
- Fixed the generated custom sound json not having the replace flag
Back-end:
- Refactored sea creatures system to be data-driven via
sc-config.json - Refactored party system to use Hypixel Mod Api for party tracking
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:XJw2K9ye:pRFI4JKO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:pRFI4JKO"
}



