Tags
Creators
Details
2.1.3
Compatibility
Changes
Acolyte Overlay
Track Eldritch Call, Aura, Blood Sorrow & Blood Pool cooldowns and Blood Pool
Currently, wynnmod does not have tree and aspect scans, you need to toggle nodes and aspect tiers in config

Fixes
General
- Fixed character detection (fixes components like lootrun and prof stats track)
- Fixed item db fetch stalling game start
- Made Trickster overlay not show if no recent mirror image boss bar
- Fixed Trickster vanish cooldown
- Added option for duplicity to account for mirror image's cd
- Fixed scan tree not working on page 8-9
- Fixed Glutton overlay appearing in new raid challenge rooms
- Fixed some style issues with overlays
Items
- Actually fixed item tooltips working on Crafteds
- Fixed stats not showing on items if they are not in API (they will just show as original line without percentage)
- Fixed defective item color
- Disabled item page scroll in bank and trade market (toggleable in config)
Lootrun
New mission and trial effects are mostly implemented, with some exceptions:
- Monochromokopia is not accounted for, if anyone has any ideas for how we should go about handling this please let us know in discord!
- Cleansing Greed removing radiance chance/power curses will not be detected properly
- Some more missions
We will implement a passive scan on the new lootrun inspect menu
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:JqTFQfVU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:JqTFQfVU"
}

