Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 weeks ago
All versions
2.2.3
Release
wynnmod 2.2.32 months ago 2,290
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Loot Pool Menu
- Access with /wynnmod lootpools
- Loot pool menu for raids and lootruns
- Overall loot pools for raid and lootrun for easier searching


- Aspect displays in build loadout will display which raids they are available at

Notes:
- This feature relies on the new Wynncraft Loot Pool API, which DOES NOT have shiny tracker info right now
(They have agreed to adding that in the future, we will update as soon as they add it) - For now, this is just a display menu with simple search bar, we plan on integrating more features around loot pools
Gathering Telemetry
- DEFAULT ENABLED, you may disable it in config -> Wynnmod User Configuration
- Currently, it has no purpose, but we want to start collecting these data as there are some planned features
Changes & Updates
- Fixed sound events getting blocked
- Added setting "Show Self Nametag" under Player Nametag, it also displays your selected title (default disabled)
- Made title updates instantaneous for client
- Greatly improved raid rejoin detection
- Added search bar to selection menus
- Removed "Wynnmod Leaderboard" from config, access it via /wm leaderboards
- Adapted Ability Tree API changes
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:FcwosQEp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:FcwosQEp"
}

