Skip to content

Releases: Fenixin/Minecraft-Region-Fixer

Another big update!

10 Jun 21:14
Compare
Choose a tag to compare

This version adds code to detect chunks sharing offset and region files without header, improves the printing of results, fixes a bunch of bugs (some of them really nasty bugs) and a few things more.

Big update!

10 Jun 21:15
Compare
Choose a tag to compare

Big update! This adds interactive mode, fixes a bunch of things and updates the nbt library.

Mac OS fixes

10 Jun 21:17
Compare
Choose a tag to compare

Thanks to carlallen this new version should work in Mac OS X. No changes for windows so no windows exe.

Bug fix update

10 Jun 21:20
Compare
Choose a tag to compare

This release fixes a critical bug, it was impossible to re write a chunk (so it was impossible to delete entities). softbagel spoted this problem first, thanks!

Anvil support!

10 Jun 21:22
Compare
Choose a tag to compare

Now Region Fixer only reads anvil worlds. The update was really easy thanks to nbt by twoolie and the help of dtrauma and macfreek who updated the library. I only had to change what files to search in region fixer. Thanks! Also, changing this make me realise that the aether was never scanned. Now it's fixed! Also, there's a new option "--interactive" that runs region-fixer in a console mode, at the moment is not very useful, but inteds to be something someday.

Happy new year!

10 Jun 21:23
Compare
Choose a tag to compare

I've just had the time to fix the windows multiprocessing thing and now there's a new windows exe.

Version 0.0.5 is here!

10 Jun 21:24
Compare
Choose a tag to compare

A lot of code has been rewritten some bug fixed and some stuff added. Now region-fixer is multiprocessing!

New stuff!

10 Jun 21:26
Compare
Choose a tag to compare

New features:

  • Now it scans also the nether direcotory.
  • Basic tests for the 'level.dat' and '*.dat' player files, it can say if they are corrupted. Not sure what to check here, if you have a problem with a level.dat or a player.dat that can be located and fixed, tell me about it and I'll problably implement it. At the moment can't fix any of these files, just point them out.
  • Using '--deletet-entities' option doens't deletes chests items, singposts, etc anymore! Actually it never did that, it was a missunderstood of the chunk structure. The readme has been updated with fixing the wrong info.
  • Added a warning when the entity number for a chunk is probably too big.
  • NBT module updated fixing a bug.

Windows exe!

10 Jun 21:28
Compare
Choose a tag to compare
  • changes to Region Fixer to make it work in windows.
  • Some changes in readme and copying txts.

Maintenance update

10 Jun 21:28
Compare
Choose a tag to compare
  • NBT module updated, fix some possible problems.
  • updated the readme with working python versions