-
Notifications
You must be signed in to change notification settings - Fork 23
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
Suggestion: Co-ordinate sync with reality [OPT-IN] #29
Comments
Just generate the whole Earth! |
I like the idea of mapping the real coordinates to Minecraft coordinates, I already added it to the README ToDo section. What type of implementation would you prefer? A hosted website for an easy coordinate conversion (including an easy bbox finder) or extending the command line tool with a conversion feature? |
I've been thinking about this a bit and I think the best way would be to encode metadata in the level.dat file, via some additional NBT tags. Then a CLI could read that metadata when doing scaling. It would eliminate the need to have the user input world details manually into the CLI (or into a web utility). Semi-related, but eventually I'd like to write a tile server, similar to Dynmap, but optimized for Arnis. One of the things I'd like for it to be able to do is read this same metadata and present it in the web UI (possibly with a converter from real lat/lon to MC coords) |
As great as this tool is it's pretty useless without this feature being a priority right now. Every time you go back and generate a new area it renders it at 0,0,0. It makes it impossible to generate large worlds. |
Instead of starting at 0,0 the generator would start at the position that would allow generating a few tows next to each other, in correct geographical positions. As many places would end up far away, It would log the position when finished
The text was updated successfully, but these errors were encountered: