-
Notifications
You must be signed in to change notification settings - Fork 1
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
Crash in --smooth #5
Comments
Did you use a map editor to remove chunks after running the --find-edges step? If not, this is simply a bug. As a workaround, you could explore the map and cause a chunk to be created at (-192, -1968) (which is what you get when you multiply chunk coordinates (-12, -123) by 16). |
Hi, I deleted chunks first using MCChunkDeleter, then ran --find-edges.. After that I started up the server again, explored a bit to make sure some new land is generated, stopped the server and did --smooth I'll try what you suggested now and report back. |
Well, I repeated this 3 times now. It just keeps coming up with new missing chunks :-( |
bestofboth removes edges from edges.txt when they're smoothed. This would Are you sure that you ran --find-edges -after- deleting chunks with I don't have time to provide much help on this issue, but I would be On Wed, Nov 30, 2011 at 8:32 AM, Zahl <
|
I am quite sure that I didn't delete any chunks after running find-edges. |
The text was updated successfully, but these errors were encountered: