All versions
1.8.0+1.21.10
Release
1.8.0+1.21.103 months ago 49
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features:
- Added 26.1.x Support
- Added a blizzard in a bottle timer/alert
- Added a hotspot expired alert
- Added an alert when a rare sea creature is at low HP without a Golden Dragon equipped
- Added a rare drop title alert
- Added a custom resourcepack that allows changing sounds. (READ "note.txt" if you're planning on using this!)
- Added a setting to make Rare SCs glow. (Off by default, Use at your own risk!)
- Added customizable catch messages with context-aware placeholders like
{mob}and{mobs}. - Added the hability to preview custom messages/titles
Changes:
- Removed the 30 minute to expire message in the party finder creation area.
- Made Reindrake not display the lootshare range
- Reorganized settings, added rare drops category
- Spaced default positions for hud elements a bit (Still not what i want, but should cause less overlap for now)
Fixes:
- Made water hotspot particles even more strict for detections (When will this end?)
- Added Hotspot scs to jerry island.
- Fixed reindrake alert not working
- Made rfu websocket only connect while in hypixel.
- Transfering leadership now dequeues the party finder.
- Fixed party achievement not working with rfu websocket joins
- Made hotspot particles only be hid with highlight hotspot on
- Fixed collection items (e.g. Ink Sac) being double counted.
Back-end:
- Changed some of the sound names for rfu.
- Automated sound registration
- Optimized Hotspot size calculation to use a median-based cache by coordinate for improved accuracy and consistency.
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:lQuLlZKa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:lQuLlZKa"
}



