-
Notifications
You must be signed in to change notification settings - Fork 1
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
1.13/14/15 support #6
Labels
Comments
|
fixed in 614db17 |
tracked in #7
waterlogged is probably indicated via the block properties (see |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
key
format changed:the
data
format changed: there seem to be 18 bytes per block now, instead of the previous 17.My guess is that it storesupdate: the added byte resulted from changing biome id from u8 to u16isWaterlogged
and maybe other flags.Note: for more details on the format changes, see #7.
Ideally the implementation will be backward compatible.
The text was updated successfully, but these errors were encountered: