promotional bannermobile promotional banner

Odyssey Map

Explore. Navigate. Never get lost again. A clean, lightweight minimap and fullscreen map for Minecraft.
Back to Files

odysseymap-forge-1.20.1-1.2.1.jar

File nameodysseymap-forge-1.20.1-1.2.1.jar
Uploaded
Jul 16, 2026
Downloads
145
Size
111.9 KB
Mod Loaders
ForgeNeoForge
File ID
8443798
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:odyssey-map-1564458:8443798")

NeoForge

implementation fg.deobf("curse.maven:odyssey-map-1564458:8443798")

Learn more about Curse Maven

What's new

Bug Fixes

  • Fixed MC 26.2 client crash on launch (Fabric/NeoForge)GameRendererAccessor shadowed mainCamera as an interface field, which Java treats as static. Mixin rejected the apply with STATIC modifier of @Shadow field mainCamera does not match the target. Removed the broken accessor and now use the public GameRenderer.mainCamera() method.
  • Hardened LevelRenderer access on MC 26.2 — Replaced the same static @Shadow field pattern on LevelRendererAccessor.submitNodeStorage with a proper @Accessor getter so world waypoint rendering cannot hit the same mixin failure.

Technical Changes

  • Deleted GameRendererAccessor (Fabric + NeoForge) for MC 26.2.
  • MixinGameRenderer now reads the camera via mc.gameRenderer.mainCamera().
  • LevelRendererAccessor uses @Accessor("submitNodeStorage") instead of an interface @Shadow field.

This mod has no additional files