TeamJM / journeymap

JourneyMap mod for Minecraft
http://journeymap.info
127 stars 10 forks source link

[Feature Request]: Route plotting and route following between waypoints #641

Closed nickstuaw closed 1 year ago

nickstuaw commented 1 year ago

Describe the new feature.

Routing (or navigation like a car sat-nav between waypoints)

Hi, just wondering whether route plotting and following could be added to JourneyMap. I imagine it might be implemented by

Images

No response

mysticdrew commented 1 year ago

While it sounds cool, it's not really possible. What is an obstacle? How is it defined? We would have to store a lot of extra data to even calculate this, which I'd rather not do. On a server, only what is in render range is available to the client. With JourneyMap primarily being a client mod, this would not work well.

This is probably something that could be done with an addon and a server component for an addon if someone wanted to make it. Our API has all the tools to add waypoints and such to JourneyMap to do this. The addon would need to do the calculations.

mysticdrew commented 1 year ago

Going to close since this will not be added to JM