-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Fix]: Fixed lots of bugs in the Level implementation #118
[Fix]: Fixed lots of bugs in the Level implementation #118
Conversation
This reverts commit ee2d460.
This reverts commit b52b662. modified: crates/level/src/level/db_interface/bedrock_key.rs modified: crates/level/src/level/db_interface/rusty.rs modified: crates/level/src/level/level.rs modified: crates/level/src/level/sub_chunk.rs modified: crates/level/test_level/LOG modified: crates/level/test_level/db/CURRENT modified: crates/level/test_level/db/LOG modified: crates/level/test_level/db/LOG.old modified: crates/level/tests/api_test.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quite good, but could you also please write some proper examples for the world crate that show each niche in detail?
Yeah sure! If its ok could this be merged and i'll PR the examples in in a separate PR? |
fine with me! As long as you fix the dependency style |
I see some errors here |
This PR addresses some major issues with the level crate.
FillFilter
for the default implementation of LevelChunkRawWorldTrait
to implement