All versions
4.0.0
Release
WynnAspects 4.0.0last week 298
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
WynnAspects 4.0.0
Major update: Complete backend rewrite with a new login system, new UI, and various improvements.
✨ Added
- New website pairing login system (no more username/password in the config)
- New in-game Aspects Pool UI
- Configurable keybind to open the Aspects Pool (
Jby default) - Daily gambits display in the Aspects Pool
- Aspects Pool filters:
- Missing Aspects
- Focus (hide maxed aspects)
- Details (progress bars)

🔄 Changed
- Complete backend rewrite for better performance and easier future updates
- Login sessions now stay active for up to 30 days and automatically refresh when you launch the game
- Reworked ping system to better handle disconnects and edge cases
- General performance optimizations and UX improvements
⚠️ Important
- This update will not auto-update. Please install v4.0.0 manually from Modrinth or CurseForge.
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:YgFbOswG:U6JDkNWI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YgFbOswG:U6JDkNWI"
}

