Tags
Creators
Details
Licensed GPL-3.0-only
Published 11 months ago
Updated 3 weeks ago
All versions
0.16.2
Alpha
WynnExtras 0.16.24 months ago 2,940
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Changes
This is a hotifx release
Changes:
- added new fruma recipes to crafting helper and fixed crafting preview (thanks to SidOfThe7Cs for that)
- fixed the bank overlay lagging the first time you open it after starting your game
- added warning to pv that it currently requires an api key
- added new quests to pv
- fixed lootpool uploads for raids and lootruns
- fixed HUD overlays being visible in F1
- fixed HUD overlays rendering on the left side of the screen if the user never changed the position
- fixed totem timers not working when the username ends with the letter s
- added a toggle to hide locked rows in the bank overlay
- added a toggle for minimalistic totem timers (only shows the time remaining)
- fixed the aspect page not showing aspects you haven't unlocked yet
- fixed /we aspects scan
- added wards to lootrun lootpools and raid loot tracker
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:cjWpppr5:mWBjQwfu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cjWpppr5:mWBjQwfu"
}

