promotional bannermobile promotional banner

Pathfinder

A Hytale mod that helps you find biomes by placing map markers on your compass. Similar to Nature's Compass for Minecraft, Pathfinder allows you to search for any biome in your world and automatically places a marker on your map.

File Details

Pathfinder-1.0.1.jar

  • R
  • Jan 24, 2026
  • 1.12 MB
  • 419
  • Early Access

File Name

Pathfinder-1.0.1.jar

Supported Versions

  • Early Access

[1.0.1] - 2026-01-22

Fixed

  • Fixed compilation error in PathfinderMarkerProvider by updating to use MapMarkerTracker type instead of Object and correcting parameter order to match the latest Hytale API
    • Changed method signature from update(World, Object, int, int, int) to update(World, MapMarkerTracker, int chunkViewRadius, int playerChunkX, int playerChunkZ)
    • Removed reflection code in favor of direct method calls
  • Fixed deprecation warning in PathfinderBiomeSearchPage by replacing deprecated addField() method with append().add() pattern in PathfinderEventData CODEC
  • Replaced deprecated rebuild() method call with manual rebuild using sendUpdate() to avoid deprecation warnings

Changed

  • Updated PathfinderMarkerProvider to use the new API directly without reflection
  • Updated event data CODEC to use the new builder pattern (append().add() instead of addField())