Skip to content

Entropy5/XaeroPlus

 
 

Repository files navigation

XaeroPlus

This is a Forge 1.12.2 mod that depends on and modifies Xaero's WorldMap and Minimap.

Download

Download the latest build from GitHub actions: https://github.com/rfresh2/XaeroPlus/actions

Or without a GitHub account: nightly.link

Xaero Versions

Xaero WorldMap version: 1.28.4

Xaero Minimap version: 22.17.0

Both mods must be downloaded and included by you in your Forge mods folder.

Using any version other than these two may cause crashes.

Modifications

  • WorldMap and Waypoint directories are indexed by Multiplayer server name instead of IP.
    • e.g. "Multiplayer_connect.2b2t.org" -> "Multiplayer_2b2t"
    • You will need to manually change the name of any existing folder.
      • In both .minecraft/XaeroWaypoints/ and .minecraft/XaeroWorldMap/
  • Overworld dimension is stored in the "DIM0" directory instead of "null"
    • You will need to manually change the name of any existing folder in .minecraft/XaeroWorldMap/Multiplayer_<server name>/
  • WorldMap zoom unlocked
  • Worldmap Follow mode and GUI button
  • NewChunks Highlighting in MiniMap and WorldMap.
  • WorldDownloader integration
    • Highlights chunks as they are downloaded in the Minimap and WorldMap.
  • GUI on WorldMap to pan the map to user entered coordinates.
  • Display distance to waypoints on Waypoints GUI (like JourneyMap)
  • Always sort enabled waypoints before disabled waypoints
  • GUI button to enable/disable all waypoints
  • Minecraft world always renders in background while in a Xaero GUI (for client travel mods compatibility)
  • Faster map tile zip reads/writes
  • Allow multiple MC instances to read/write to the same map concurrently
  • Transparent obsidian roof. Useful for mapping 2b2t spawn.
  • Faster region writes to prevent missed chunks in map while traveling at very high speeds.
  • Increased region loading performance for large worlds. Fixes "hangs" on joining a server or switching dimensions.
    • Now included in XaeroWorldMap 1.26.4

Configurations are in the normal Xaero WorldMap settings GUI.

Toggleable settings support keybinds through the standard Minecraft Controls GUI.

Work In Progress

  • Improve WorldMap performance with very small zooms
    • With the unlocked zoom, loading many regions in view is very time (and VRAM) intensive.

About

Xaero runtime modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%