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
PathfinderMarkerProviderby updating to useMapMarkerTrackertype instead ofObjectand correcting parameter order to match the latest Hytale API- Changed method signature from
update(World, Object, int, int, int)toupdate(World, MapMarkerTracker, int chunkViewRadius, int playerChunkX, int playerChunkZ) - Removed reflection code in favor of direct method calls
- Changed method signature from
- Fixed deprecation warning in
PathfinderBiomeSearchPageby replacing deprecatedaddField()method withappend().add()pattern inPathfinderEventDataCODEC - Replaced deprecated
rebuild()method call with manual rebuild usingsendUpdate()to avoid deprecation warnings
Changed
- Updated
PathfinderMarkerProviderto use the new API directly without reflection - Updated event data CODEC to use the new builder pattern (
append().add()instead ofaddField())

