Tags
Creators
Details
All versions
1.18.1+26.2
Release
1.18.1+26.22 weeks ago 320
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Features
- Added a requeue button to the party dequeued message and /rfurequeue command.
- Prevent sending party/chat messages when muted and added /rfuunmuteme command.
- Added Moby-Duck Wisdom buff HUD display.
Changes
- Reworked /rfuemojis to be more compact.
- Made Flare timer server tick based
Fixes
- Fixed the camera spinning after taking an Essential screenshot.
- Fixed date input in /rfudrophistory add not working.
- Made hud not be hidden while on inventory
- Fixed party preset loading not validating and disable requirements not met by the player.
- Fixed mod not auto rejoining on togglewarp
- Fixed Plhlegblast alerts, boss health bar, and kill time tracking not working when mob health reaches billions, thank you Derpy.
- Fixed rare sea creature alert sometimes triggering when the creature dies.
- Fixed flare timer not reverting to older active flares when a newer flare despawns.
- Fixed party description text rendering vertically when opening the party finder creation menu or loading presets.
Back-end
- Added an event manager for fishing sessions and made fishing HUD elements update reactively.
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:OYuTzz73"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJw2K9ye:OYuTzz73"
}

