All versions
1.3.0+1.21.11
Release
v1.3.0 - Refined Reels4 months ago 19
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features:
- Added dye drops tracking with a separate configurable dye list (all dyes now supported, now also tracks mf for those)
- Added {dh} option to rare sc catch message
- Added option to boost polling rate when healthbar is active for more accurate tracking
- Added message hiding options
- Rod Timer now also hides the timer entity
- Added failed cast alert
- Added invite to party message on keywords
- Added overall rate option to sc/h display
Fixes:
- Fixed dead entities sometimes not being counted as dead (hopefully)
- Fixed double hook messages not having color (when not in a party)
- Added a soon state to the flare timer (also prevents useless alerts)
- Fixed double hook not being tracked correctly in sc/h and catch history
- Made catch counts only update on their respective islands instead of all at once
- Fixed RodTimer not correctly centering the !!!
Back-end:
- Extracted
Dyesenum fromRareDropswith full metadata (name, hex color, related sea creatures) - Refactored
DropEventsinto separateRareDropEventManagerandDyeDropEventManager - Refactored
DropHistoryto track dye drops separately - Added Gson deserializer to gracefully skip unknown enum entries on save load
- Added debug entities command
- Prevent sending titles if they are irrelevant (e.g. SC died)
- Added multiline support for hud elements
Other:
- Improved description for Fishing Downtime Limit
- Made alerts show up for less time
- Added a queueing system for party messages to avoid sending them too fast
- /rfudyes now has the dye colors on the names
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:jmv22RSz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:jmv22RSz"
}



