Tags
Creators
Details
2.2.1
Compatibility
Changes
Raid / Raid Streak Update
- Disconnecting will no longer stop raid tracking
- Reconnecting to a raid (if still active) will no longer punish raid streak
With these changes, disconnect penalties will be updated soon.
The current 3-streak loss penalty will be replaced with a new system designed to make the streak system fairer for all players, while applying harsher penalties to repeated disconnections.
If frequent disconnects are detected and your penalty level increases, you will receive a chat notification advising you to disable raid telemetry until your connection issues are resolved.
Wynnmod Statistics
- Added preview to stat selector hover
- Added "Mats Gathered" and "Fails" options to General Gathering Stats
- Added "Time Spent" and "Time Per T3" to Gathering Material Stats
- Added "Best Time", "Worst Time" and "Average Time" options to Raid Stats


Other Fixes & Changes
- Fixed Trickster overlay showing when feature is disabled
- Added Glutton gambit logic for Wartorn Palace
- Fixed Party Ping not working if the ping message is in multiple lines
- Added Transfusion stacks to EC overlay
- Improved sorrow detection due the blood changes
- Fixed Repair Notification not working on Gathering Tools
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:5HxdoOjv:qAHSNnME"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:qAHSNnME"
}

