Releases: Fenixin/Minecraft-Region-Fixer
Another big update!
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!
Big update! This adds interactive mode, fixes a bunch of things and updates the nbt library.
Mac OS fixes
Thanks to carlallen this new version should work in Mac OS X. No changes for windows so no windows exe.
Bug fix update
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!
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!
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!
A lot of code has been rewritten some bug fixed and some stuff added. Now region-fixer is multiprocessing!
New stuff!
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!
- changes to Region Fixer to make it work in windows.
- Some changes in readme and copying txts.
Maintenance update
- NBT module updated, fix some possible problems.
- updated the readme with working python versions