Tags
Creators
Details
1.10.5
Compatibility
Changes
Release 1.10.5: UI consistency and map fixes (#106)
-
fix(ui): enlarge main menu title to 320 percent
-
fix(ui): simplify main menu and keep GitHub last in sidebars
-
fix(ui): fold settings subcategories and use theme text colors
-
fix(ui): group settings into unique subcategories
-
fix(ui): use light accent for major settings categories
-
fix(ui): honor theme alpha and unify sidebar and search styling
-
fix(ui): align header accents and party finder controls
-
fix(ui): add sidebar branding and main menu artwork
-
fix(ui): return map header navigation to main menu
-
fix(ui): float map mode dropdown and soften clusters
-
fix(ui): use map icon assets and square markers
-
fix(ui): use bundled world event map icon
-
fix(ui): center cluster counts and soften badge borders
-
fix(ui): share player head markers across maps
-
fix(ui): refresh party member class icons in both card views
-
fix(ui): keep war map imagery independent of panel opacity
-
fix(ui): move map mode left and add Close Map action
-
fix(party-finder): read canonical Wynntils class identifiers
-
feat(ui): redesign achievements and add guide navigation
-
fix(ui): prioritize party finder and settings in navigation
-
fix(ui): align achievements and ingredients with party finder
-
fix(ui): stabilize guide toolbar and simplify totem controls
-
fix(map): prevent tile seams at fractional zoom levels
-
fix(ui): combine ingredient search controls and refine navigation
-
fix(ui): match ingredient search width to other panels
-
chore(release): prepare 1.10.5 and finalize toolbar colors
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:fSCt6G6I:9OqUFJUj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fSCt6G6I:9OqUFJUj"
}

