All versions
1.1.0
Release
Wynnmap 1.1.0last month 103
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Added
- Territory under the cursor shown in the world map corner
- Shift + scroll for fine zoom steps
- Chest tooltips show "Ready" or a countdown
- Content tracked from the content book gets a map marker, quest stages follow their coordinates, named contents resolve to their POI
- Wynncraft's own marker and beacon are hidden while Wynnmap tracks the same content
- /wynnmapreload redownloads the marker file without restarting the game
- Waypoints can be created and moved by typing coordinates: the modal has X/Y/Z fields (Y optional), pre-filled by where you opened it
- A small x in the search bar clears the search and its filter
- Added "Copy coordinates" to Markers in the right-click menu
- Individually hidden markers can be restored: right-click the map or use the POI panel's "Show all"
- Pinning from chat (and screenshot pins) offers a "View on map" link thatopens the world map centered on the new marker
Changed
- Every official marker - POIs, gathering nodes and lootrun camps - now comes from one file
- N on the world map opens the waypoint modal blank for typing coordinates instead of creating at the cursor
- Right-click menu options are grouped by category
- Deleting from the right-click menu now requires confirmation
Fixed
- Tracked marker tooltip and clicks now work while its category is hidden
- Cutscenes no longer trigger a false death point
Optional dependencies
Any compatible version
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:GjA63RdT:qJbsmqnS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GjA63RdT:qJbsmqnS"
}

