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

Present user indication to where the coordinates are. #19

Open
solonovamax opened this issue May 23, 2022 · 3 comments
Open

Present user indication to where the coordinates are. #19

solonovamax opened this issue May 23, 2022 · 3 comments

Comments

@solonovamax
Copy link

Presnt the user with an indicator to help them locate the coordinates without relying on f3, or mods like minihud.

For example, JustMap's waypoint renderer:
https://github.com/Bulldog83/JustMap/blob/1.16.2-ulimited/src/main/java/ru/bulldog/justmap/client/render/WaypointRenderer.java#L85-L220

This would be very helpful for helping users return to previously marked coordinates.

@AMereBagatelle
Copy link
Owner

This has been in the back of my mind to do, however I haven't figured out the best way to do it. I really wanted to avoid the idea of waypoints per se, as they create a lot of clutter onscreen, but there definitely needs to be an indicator of at least what direction to go.
Possible solution would be to just render a compass above the HUD for the overlay text, or utilize the compass item in some way.

@solonovamax
Copy link
Author

A compass works, but how about a beacon beam at the desired location?

It'd be visually in the style of minecraft, and would only apply to the selected waypoint

@SimplyTolex
Copy link

SimplyTolex commented Jun 23, 2022

and would only apply to the selected waypoint

yes, it definitely should only apply to a selected since otherwise it's just an minimap [mod] without a minimap and at that point why even bother

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

No branches or pull requests

3 participants