Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 weeks ago
All versions
2.3.2
Release
wynnmod 2.3.2last month 1,344
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Hotfix
Raid Streak
- Raid streak can now be toggled individually (still requires Raid Telemetry, and is not toggleable in raids)
- Toggle button can be found in both Wynnmod User Configuration and Raid Streak (feature toggle)
- We separated the settings because:
- We may add features that depend on Raid Telemetry but not on Raid Streak
- Some users do not know that raid streak can be disabled by disabling Raid Telemetry
Other Changes
- Fixed the TNA gray tree path displaying incorrectly
- Added Grotto Display (displays the Interdimensional Isoptera location as a title on tree entries); disabled by default for all profiles
- Fixed emeralds in raid sessions not persisting
- Fixed the crit damage stat not being recognized
- Fixed major ID not showing in legacy tooltips
- Added a class filter for ability loadouts
- Fixed an issue where status overlays would incorrectly display as ready when the cooldown is not finished
- Updated the default Paladin template (re-add the template to reflect changes)
- Renamed COTL challenges
- Fixed the lootrun reward statistics tracker not working at Fruma West camp
- Fixed the overall lootrun loot pool merging shiny items of the same mythic when the shiny types differ
- Updated lootrun loot pool item parsing and crowdsourcing
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:kuL1gbFN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:kuL1gbFN"
}

