BJTMastermind / Indev-Updater

Convert Your Minecraft Indev Worlds to Infdev/McRegion/1.12.2! (W.I.P)
GNU General Public License v2.0
6 stars 0 forks source link

Fix Conversion of Long Worlds #9

Closed BJTMastermind closed 2 years ago

BJTMastermind commented 3 years ago

When Converting Long worlds they seem to be messed up. Might have to change for loop that converts the indev world to chunks and use the world size instead of a start position or a combination of both.

BJTMastermind commented 3 years ago

This issue seems to not be an issue with the for loop but something else. Will continue to look for the cause and fix this.

BJTMastermind commented 3 years ago

Added a check at the start of the program that won't allow the converter to work if the Width and Length of the world are not the same for now. This issue seems to be something that might require a redo of a lot of the code so I'm just not going to allow them to convert until I figure it out.

BJTMastermind commented 2 years ago

Long World Conversion has been fixed without major changes to any of the code and will be available in the next update.