Skip to content

Fix StashFinder altitude bug and update pathing logic to use true Y coordinate#6422

Open
subhammohanty-sys wants to merge 3 commits into
MeteorDevelopment:masterfrom
subhammohanty-sys:master
Open

Fix StashFinder altitude bug and update pathing logic to use true Y coordinate#6422
subhammohanty-sys wants to merge 3 commits into
MeteorDevelopment:masterfrom
subhammohanty-sys:master

Conversation

@subhammohanty-sys
Copy link
Copy Markdown

@subhammohanty-sys subhammohanty-sys commented May 23, 2026

Type of change

  • Bug fix
  • New feature

Description

Fixed a bug in StashFinder where the tracer and pathfinding logic ignored the actual Y coordinate of the stash.

Summary of Changes:

  • Previously, the mod relied purely on 2D chunk coordinates, causing the tracer to point horizontally into the sky
  • Updated onChunkData to capture the true Y coordinate of the detected storage block.
  • Updated the GUI menu, goto button, and chat notification to utilize the accurate 3D coordinates.

Related issues

Fixes #6382

How Has This Been Tested?

Before :
Screenshot 2026-05-23 160523

After :
Screenshot 2026-05-23 155347

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stash finder picks random points in the air

1 participant