Tags
Creators
Details
All versions
1.16.0+26.1
Release
1.16.0+26.12 days ago 332
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Features
- Added a setting to toggle showing only recently caught trophies on the Trophy Pity Display.
- Added a setting to toggle whether Enter completes emoji suggestions.
- Added navigation to view different achievement tiers on staged achievements in /rfuachievements.
- Added Torrhus Canyon to rfu party finder
- Added Torrhus Canyon Sea Creatures
- Added a hover message to expired cake alerts showing which cakes expired and a note on how to reset if they're incorrect.
Fixes
- Fixed command suggestion box width calculation conflict with SkyHanni for emojis.
- Fixed trophy fish and frog pity display counting as one when caught with a multiplier (e.g. Geometric).
- Fixed resource pack feature not updating the resourcepacks and saving because of file locks.
- Added more validations before registering the hud to prevent a somewhat rare crash.
Changes
- Improved Search on the settings so it doesn't need to open the category
- Set the minimum required number of chars to display the emoji suggestions to 2 and made it configurable on Other Settings.
- Improved Pity Display to also update upon catching a fish instead of being on a 1s timer
- Added more validation on party finder
- Changed Atoll color on party finder to a cherry blossom color
- Made full inventory alert off by default
- Made hidden achievements visible on the achievement window but obfuscated.
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:lxTNj7b2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:lxTNj7b2"
}



