All versions
1.6.0+1.21.10
Release
Hot Rendering4 months ago 172
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features:
- Added Highlight Hotspot feature with radius detection and buff-based coloring.
- Added option to make the ls range filled (on by default)
- Added Crowded Hotspot achievement.
- Added Hotspot Hopper achievement.
- Added Solid Magma achievement.
- Added Buff Collector achievement.
- Added Party Explorer achievement.
- Added Distant Ragnarok achievement.
- Added Silent Tiki achievement.
- Added /rfusc command to check your data on specific Sea Creatures
- Added Glow Squid texture to plhlegblast feature
- Added an option to hide the "Thunder Spark" message.
- Added option to track an achievement on the hud
Changes:
- Added progress tracking to Hotspot Hopper and Menacing Trio achievements for better feedback.
- Merged XP/h and SC/h displays into a single Fish Tracking display.
- Unified fishing tracking settings and added a migration step.
- Made the "overall" part of the fishing tracker more compact.
- Made the lootshare range turn green when inside it.
- Made Rare SC party messages turn the preceding "a" into "an" if the sc name starts with a vowel
- Updated Sea Creature catch tracking to only increment/reset if the creature's conditions are met.
- Made the jawbus death alert after 30s on the display too and not just the sound
- Added a Rare SC display with dynamic tracking from the start of a session.
- Improved message hiding by using exact regex matching.
Fixes:
- Fixed description/name of failed cast sound
- Improved Highlight Hotspot radius calculation stability to prevent overshooting at first.
- Fixed a typo in the Titanoboa catch message which would cause it to not be detected as a catch.
- Fixed not escaping the catch messages for the regex resulting in any sea creature with a reserved char not being detected
- Fixed dyes regex to work with treasure dye/aquamarine/Iceberg (Again :/)
Back-end:
- Switched 3D sphere and disk overlays from a simple projection check to frustum-based culling.
- Added hotspot catch detection for sea creatures.
- Added HOT_SPOT achievement category.
- Expanded
SeaCreaturesenum with condition support. - Updated
CatchHistoryandCatchTrackerto support conditional catch recording. - Added bait tracking to
SeaCreatureCatchEvent.
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:MyFiDp4J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:MyFiDp4J"
}



