No description
Find a file
firebingo 66d7028eff First commit. program functions.
This updates substrate project to run on .net core. no changes were necessary.
2021-07-09 20:07:07 -07:00
MinecraftNbtFixer First commit. program functions. 2021-07-09 20:07:07 -07:00
Substrate First commit. program functions. 2021-07-09 20:07:07 -07:00
.gitignore First commit. program functions. 2021-07-09 20:07:07 -07:00
MinecraftNbtFixer.sln First commit. program functions. 2021-07-09 20:07:07 -07:00
README.txt First commit. program functions. 2021-07-09 20:07:07 -07:00

Basic utility for fixing old minecraft worlds that may have broken tile entities due to mods.
This fixes tile entites that contain upper case letters since minecraft now throws an exception loading these.
Intended to run on 1.13-1.16.5 worlds. May still work above 1.16.5.

usage: .\MinecraftNbtFixer.exe --world "path\to\world" --par 4
--world should be world root folder not region folder.
--par is count for parallel region processing. Higher values will use a lot more memory.