Links
Tags
Creators
Details
2.1.0+mc1.21.11
Compatibility
Changes
WynnMarketSearch 2.1.0
A big quality-of-life update for the search GUI.
⨠New
- ā Favorites. Middle-click any item to star it. Starred items always show first in your search results.
- š Pinned slots. Right-click an item to pin it to a hotbar-style strip at the bottom of the screen ā up to 18 slots, two rows. One click on a slot sends the item to chat.
- š Search history. Your last 20 sent queries appear in the right side panel with their icons. Click to re-send, never re-type the same name.
- āļø Sort AāZ / ZāA. Toggle in the side panel; favorites still float to the top.
- š” Help box in the top-left corner showing the control map.
- š Russian translation for the config screen.
āļø Config (Mod Menu ā WynnMarketSearch)
You can now toggle off:
- the history panel
- the pinned slots strip
- the help box
š Fixes
/wms reloadnow actually fetches a fresh database (it used to silently reuse today's local cache).- Items with custom Wynncraft head textures (ingredients, materials) now render their real skin texture instead of a generic Steve head.
š® Controls cheat-sheet
| LMB on result | send to chat |
| RMB on result | pin to a slot |
| MMB on result | favorite |
| LMB on slot / history | re-send |
| RMB on slot / history | remove |
Updating from 2.0.x? You don't need to do anything ā your existing settings stay, the new files are created automatically on first run.
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:YvhLLfke:fEarr0rX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YvhLLfke:fEarr0rX"
}

