Change DataVersion Tag?
TBlueF opened this issue ยท 2 comments
Hey,
i was looking into making my project BlueMap maybe supporting worlds stored using JustEnoughIDs when i noticed that the DataVersion
tag of the stored chunks is the same as it is with vanilla 1.12 worlds.
With that being the case there is no straight forward method for me to detect the jeid-format from the world-files. (or is there?)
I was wondering if that version-tag should be adapted to signal a different storage-format?
Since the palette-format also differs from the 1.13-palette i think it should even be a version number that is not used with vanilla-minecraft at all. Any thoughts? :)
I don't need this anymore since i am dropping 1.12 support soon anyways..
I was not aware of that version tag, that would probably be sufficient ^^
However, I think it would be good practice to have that version per-chunk.. since each chunk could theoretically have a different version format..
I'll still close this, since there is probably no point in implementing this now at this point :)