Tags
Creators
Details
0.19.0
Compatibility
Required content
Changes
WYNNTILS DEPENDENCY
The Wynntils dependency has been removed. This was a huge change and resulted in almost every file being updated. This has been tested a lot before release but due to the change being so big there might still be issues that result from this. Please report them in #bugreports
NEW FEATURES:
SHOPPING LIST
This feature lets you add materials and ingredients to a list. You can also import wynnbuilder links to automatically load everything needed to craft your build! You can click on each entry while in the trade market or bank overlay to search for the item! This makes buying materials and ingredients for new crafted builds much simpler! (Thanks to ValentineX for making this feature!)

POWDER COMBINE HELPER
Added a new overlay to the powder master. This adds buttons that lets you quickly combine the powders in your inventory to the next tier.

And another mysterious feature making the item identifier more fun... you can find the toggle for it in the misc category in the config!
IMPROVEMENTS
- Reworked the mount helper algorithm and UI (thanks to Tapu_Zuko for the algorithm)

- Added the command
/we bankto view your bank from anywhere - Added a toggle to disable the update reminder messages
- Added a toggle to highlight mounts based on their primary color
- Added a fps and server tps overlay
- Added privacy options (including a mode to fully turn of telemetry)
- Added nori scales to the mythic weight scales feature, you can choose either wynnpool, nori or both
- Added entrance and exit effects to the chat notifications
- Added a toggle to play a sound when you receive an ingame DM
- Added a maximum range slider to hide waypoints that are a certain distance away
- Added WASD controls to the bank overlay
- Added a new icon and achievement (:steam_happy:)
- Improved skill point helper
- The guild viewer command is now case insensitive, as long as only one guild with that tag exists
- Made the media preview feature more reliable
- Added powders to the raid loot tracker
- Added TWP to the raid loot page in /we aspects
- The bank overlay now updates the pages even if its disabled
- Waypoints now have a scale value letting them be smaller or bigger then one block
- Waypoint positions are now floats meaning you can now place them between blocks
- Added customizable keybinds to the crafting helper
- Fixed a lot of bugs
Small note: The JEI Integration i announced in the WynnExtras Discord will unfortunately be pushed back by a bit. I'm still very excited for the feature and it still has a high priority on the todo list. It's aimed to release in 0.20.0 or 0.21.0! Sorry for the delay!
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:VW3Djszz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cjWpppr5:VW3Djszz"
}

