Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Y coordinate to player updates #199

Open
thebuildcraft opened this issue Apr 7, 2024 · 0 comments · May be fixed by #200
Open

Add Y coordinate to player updates #199

thebuildcraft opened this issue Apr 7, 2024 · 0 comments · May be fixed by #200

Comments

@thebuildcraft
Copy link

Hi.
I am making a fabric client mod that shows the position of players as waypoints in Xaero's maps, so players can see each other from further away in game. It does this by getting the position data from Squaremap. Unfortunately, the HTTP get-request just returns the x and z coordinates. This is not an issue for the map, as it is 2D. But for my mod it is not so good, because it means I can't display the waypoints at the correct height.

Solution / Request: Add Y coordinates to player updates

The link to the repo of my mod: https://github.com/thebuildcraft/RemotePlayerWaypointsForXaero

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 a pull request may close this issue.

1 participant