We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a separate valence_anvil crate at the root of the repo, support for anvil should be implemented (Both serialization and deserialization).
valence_anvil
I've implemented a partial anvil deserializer before, but... I can't find it. Here are some things I would expect the library to have:
UnloadedChunk
Supporting saves made with older version of the game is probably out of scope. No need to reimplement data fixer upper.
The text was updated successfully, but these errors were encountered:
https://github.com/owengage/fastnbt has fastanvil for anvil files. Maybe that could help.
Sorry, something went wrong.
I would like to help with this 😃
The approach described here has deviated significantly from what is now planned in #288.
TerminatorNL
Successfully merging a pull request may close this issue.
In a separate
valence_anvil
crate at the root of the repo, support for anvil should be implemented (Both serialization and deserialization).I've implemented a partial anvil deserializer before, but... I can't find it.
Here are some things I would expect the library to have:
UnloadedChunk
.Supporting saves made with older version of the game is probably out of scope. No need to reimplement data fixer upper.
The text was updated successfully, but these errors were encountered: