DimensionalDevelopment / JustEnoughIDs

Use the 1.13 chunk format in 1.12 to remove the block, item, and biome ID limits
MIT License
31 stars 33 forks source link

Change DataVersion Tag? #148

Closed TBlueF closed 3 years ago

TBlueF commented 4 years ago

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? :)

Dreaming-Codes commented 3 years ago

image

TBlueF commented 3 years ago

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 :)