3D Maps Voxy Addon, also packaged as VoxyMap, is a client-side Fabric mod that adds a full-screen 3D world map powered by Voxy LOD data.
The goal is to provide a large, cinematic world overview instead of a flat minimap: you can grab the map, zoom toward the cursor, and inspect terrain from far away.
https://modrinth.com/mod/3d-maps-voxy-addon
- Full-screen 3D map opened with the
Mkey. - Voxy-powered terrain data for long-range world previews.
- Smooth map dragging, cursor-centered zoom, keyboard movement, and centering on the player.
- Full support for English, Polish, and Russian languages.
- Minecraft
26.2 - Java
25 - Fabric Loader
0.19.3or newer - Fabric API
0.157.0+26.2or compatible - Voxy
0.2.18-betaor compatible
VoxyMap is a client-side addon. It does not need to be installed on the server, but server rules may still restrict minimap, world map, LOD, or waypoint mods. Check the rules before using it on public servers.
- Install Fabric Loader and Fabric API.
- Install Voxy.
- Put the VoxyMap
.jarfile into your Minecraftmodsfolder. - Start the game and press
Mto open the map.
Left mouse button- grab and drag the map.Middle mouse button- rotate the camera left or right.W/A/S/DorArrow keys- move the map camera.Shift- move faster.Mouse wheel- zoom toward the cursor.C- center the map on the player.MorEsc- close the map.
./gradlew buildOn Windows:
.\gradlew.bat buildThe compiled mod will be created in build/libs. Building requires JDK 25, the same
Java version Minecraft 26.2 runs on.
Minecraft 26.2 ships deobfuscated, so the build uses Fabric Loom without mappings and without a remap step: the class and method names in this repository are the ones the game uses at runtime.
The mod integrates with the Voxy client API. Voxy is required, but VoxyMap does not restrict the installed Voxy version.
This project is licensed under the MIT License. See LICENSE for details.