Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rjp opened this issue Oct 30, 2021 · 2 comments
Closed

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

rjp opened this issue Oct 30, 2021 · 2 comments

Comments

@rjp
Copy link
Contributor

rjp commented Oct 30, 2021

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

@spoutn1k
Copy link
Owner

spoutn1k commented Oct 30, 2021

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.

@spoutn1k spoutn1k reopened this Oct 30, 2021
@spoutn1k
Copy link
Owner

spoutn1k commented Nov 1, 2021

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.

@spoutn1k spoutn1k closed this as completed Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants