spoutn1k/mcmap

Output from 1.18 snapshots (after at least experimental 7) is blank

rjp opened this issue · 2 comments

rjp commented

Minecraft Overviewer has the same issue (overviewer/Minecraft-Overviewer#1982) which suggests there's been some internal NBT shenanigans since 1.18 experimental-snapshot-7 (works fine).

Yep ! Its being addressed in the compatibility branch. Mojang made some changes to accomodate the 3D biomes.

EDIT: Mistakenly closed the issue. I'll close it when the branch is merged into master.

Also for future reference, if anyone ever wants to check the shenanigans for themselves, you can easily do so with the scripts provided in this repo:

./bin/extractChunk ~/.minecraft/saves/your_save/region/r.0.0.mca 0 0 | ./bin/nbt2json

If run into the build directory, this should output a whole chunk into JSON format. You can select the chunk by changing the region/the chunk coordinates in the region.

Merged with #73 ! Please configure with cmake -DSNAPSHOT=1 to enable the snapshots. I made it so that it is easier to add new version support, so it should be faster from now on.