A fork of Earthcomputer/minimap-sync that syncs your minimap waypoints with the server so everyone shares the same set. This fork exists to keep it working on current Xaero's Minimap builds.
Maintained under the W4VE / CodeW4VE umbrella for the MineWave server. All credit for the mod goes to Earthcomputer; this fork only carries compatibility fixes.
- Rebuilt against Xaero's Minimap
25.2.10_Fabric_1.21(upstream1.2.2was compiled against Xaero24.4.0). The stale build crashed on load withMixin transformation of ...WaypointsGuiRenderer failed / Scanned 0 target(s)because the refmap pointed at old Xaero names. Recompiling regenerates it. WaypointReaderMixinmade optional (require = 0). Xaero25.2.xremovedWaypointReader#getRenderBoxRight(sizing moved togetBoxScaleon thexaero.hudsuperclass). That mixin is purely cosmetic (custom-icon hitbox), so it no longer hard-crashes on newer Xaero. Porting it togetBoxScaleis a later job.
Target versions: Minecraft 1.21.1, Fabric, Xaero's Minimap 25.2.10,
Xaero's World Map 1.39.12. Client + server mod.
Needs JDK 21:
JAVA_HOME=/path/to/jdk-21 ./gradlew build
Output jar in build/libs/.
Fork de Earthcomputer/minimap-sync: sincroniza los waypoints del minimapa con el servidor para que todos compartan el mismo set. Este fork existe solo para mantenerlo funcionando con las versiones actuales de Xaero's Minimap.
Mantenido bajo W4VE / CodeW4VE para el servidor MineWave. Todo el crédito del mod es de Earthcomputer; este fork solo lleva arreglos de compatibilidad.
- Recompilado contra Xaero
25.2.10_Fabric_1.21(el1.2.2de upstream venía compilado contra Xaero24.4.0). Ese build viejo crasheaba al arrancar (Mixin transformation of ...WaypointsGuiRenderer failed / Scanned 0 target(s)) porque el refmap apuntaba a nombres viejos de Xaero. Recompilar lo regenera. WaypointReaderMixinhecho opcional (require = 0). Xaero25.2.xquitóWaypointReader#getRenderBoxRight(el tamaño pasó agetBoxScaleen la superclasexaero.hud). Ese mixin es puramente cosmético (hitbox del icono custom), así que ya no tumba el arranque con Xaero nuevo. Portarlo agetBoxScalequeda para más adelante.
Versiones objetivo: Minecraft 1.21.1, Fabric, Xaero's Minimap 25.2.10,
Xaero's World Map 1.39.12. Mod de cliente + servidor.
MIT, igual que el upstream. Ver LICENSE — Copyright (c) 2022 Earthcomputer.