All versions
1.4.0+1.21.10
Release
Catch & Clarity4 months ago 61
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features:
- Added Fishing Xp/h display (works like Sc/h but tracks fishing XP gained per hour from the action bar)
- Added Lootshare detection messages.
- Added option to hide "There are blocks in the way!" message
- Added option to hide Combo messages (Won't hide the MF ones)
- Added option to hide Lootshare Messages
- Added Zoom on etherwarp (I just really missed that)
- Added option to make the health bar blue when the mob is shurikened (On by default)
- Added a Dye Display HUD element
- Added cake expired chat message alerts
- Added /wc command to re-send messages on different chats
- Added time to kill rare sea creatures
- Added an alert whenever someone dies to jawbus
- Added an Umberella Timer / Expired Alert
Fixes:
- Made flare alert not proc when a firework is active
- Pet Display now updates the displayed level when your equipped pet levels up
- Fixed crash and disconnect caused by null entries in the drops save file (Gson null-safety bypass); both
dropsanddyeDropslists are now purged of nulls before use - Fixed a typo on Scuttler that would cause it to not be detected as a rare sc
- Made the re-finding of models more strict to hopefully prevent thunder sparks being marked as other entities
- Made catch tracker initialize every mob so catches should be tracked before the first catch.
- Fixed a bug which would cause queued party messages outside parties to get sent all at once when joining a party.
Back-end:
- Added
safeExecution(mainThread, func)toAbstractEventManagerfor try-catch wrapped execution withRFULoggererror reporting - Unified the execution of tasks on event managers
Other:
- Added a star to the health bar whenever the mob is shurikened
- Made party finder join requests more noticeable
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:fFHZhS8o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:fFHZhS8o"
}



