Skip to content

Bugfix and new features.

Compare
Choose a tag to compare
@Fenixin Fenixin released this 24 Jul 10:24
· 36 commits to master since this release

This release fixes some bad bugs and add some new features:

  • Ported optparse to argparse. optparse is deprecated in python 3. Thanks to grebsai #118
  • Changed formating and code stuff for python 3
  • Fixed return values for different end of program situations. Also, change return value codes, if you are using them see:
    https://github.com/Fenixin/Minecraft-Region-Fixer/wiki/Exit-codes
  • Fix a circular import that has been giving problems since forever
  • There is a new feature to relocate wrong located chunks, thanks for the suggestion Metric-Void #113
  • Improved code comments everywhere and how variables are named.
  • Interactive mode has been removed. It took to much time to maintain and it was broken.
  • Implemented a new way to fix some cases of corrupted chunks. Thanks binarysplit! #45
  • Region files stored in poi directory are now scanned. These new files where ignored before and they are showing up corrupted and broken. Right now it only checks for corruption and can replace and remove the poi chunks.

That's it!