Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 months ago
Changelog
WynnMarketSearch 2.0.2
This release rebuilds the way the mod talks to Wynncraft's item database and fixes a couple of long-standing visual / reliability bugs.
What's new
- Self-hosted API proxy โ the client no longer hits Wynncraft's API
directly. A small backend (wms-site-api.vercel.app)
refreshes the database once a day, slims it to just
displayName,tier, andicon, and serves the result to the mod.- Cached payload is ~10ร smaller, so first load is much faster.
- Self-hosters can point at their own backend via the new
apiUrlconfig option.
- Custom skin icons render correctly. Ingredients and other items whose Wynncraft icon is a player-head texture (e.g. Jewel of Sin, Crown of Jewels) now show their actual Wynncraft head texture instead of a barrier block.
Fixes
- Cache fallback when the network is down. Previously, if the API returned a non-200 response the mod silently ended up with zero items. It now falls back to the on-disk cache regardless of how the request failed, so search keeps working offline as long as you've loaded the database at least once.
- Adapted to Wynncraft's new API shape. Wynncraft restructured the item database; the mod now parses the new array layout.
Config
- New option Item Database API URL (
apiUrl) โ lets you point the mod at any compatible backend. Default is the public hosted one.
Commands
/wms reloadโ force a fresh fetch from the backend (bypasses the daily local cache).
If something looks broken, please open an issue on
GitHub with a copy of
your latest.log.
Files
wms-2.0.2+mc1.21.11.jar(95.74 KiB) Primary
Metadata
Release channel
ReleaseVersion number
2.0.2+mc1.21.11Loaders
Fabric
Game versions
1.21.11Environment
Client-side only


