PowerNukkit / Java2Nukkit-World-Converter

Converts worlds from Minecraft 1.15.2+ Java Edition to the newest Nukkit MCA file format
MIT License
23 stars 6 forks source link

Does not convert all chunks #81

Closed mclauncherlinux closed 4 years ago

mclauncherlinux commented 5 years ago

i noticed that this converter doesn't convert chunks which dont have a path/way from spawn. I have a lot of people in my survival server who are using the nether to go away/travel. (not sure how to call it) and if those chunks are not connected, your converter tool doesn't convert them. could you add that the converter converts all chunks even if they are in the millions?

if am wrong let me know what could be the issue why not everything got converted.... thanks

joserobjr commented 5 years ago

There's no connectivity check, the tool will convert all chunks that are in the MCA file. There was an issue which region files which dimensions exceeds 2 digits were not being converted, may be you aren't seeing the chunks because of it. This PR will fix the region issue: #79

If the issue still exists in the next version, please attach a MCA file so I can test with it.

mclauncherlinux commented 5 years ago

well I could send you a dl of the complete map private

mclauncherlinux commented 5 years ago

ok ill give the new version a try

joserobjr commented 4 years ago

I'm closing this issue because I could not reproduce it and a few versions have been released, if the issue is still happening, please reopen it.