Fenixin/Minecraft-Region-Fixer

Not a String error in 1.16.x

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
There is a datatype issue with 1.16 where the dimension variable in .dat/data entries used to be stored as a int and should now be a string. In 1.16, this results in "not a string" errors. See here : Multiverse/Multiverse-Core#2317 (comment)

Describe the solution you'd like
Automatically recognizing the issue with the file and fixing it.

Describe alternatives you've considered
deleting the .dat...

Hello!

Is this a problem with minecraft vanilla or only happens with modded worlds? I'm afraid that trying to keep up with mods and trying to fix the nbt types are two time consuming task that I don't want to do.

So, if it's not a bug in vanilla I won't add it to RegionFixer.

It is reported that its fixed in paper build #220

I'm closing this. This seems to be fixed somewhere else. Feel free to open a new issue if you think it's not.