-
Notifications
You must be signed in to change notification settings - Fork 70
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
Upgrade leveldb-mcpe bindings to 0.0.10-SNAPSHOT and optimize chunk (de)serialization #28
base: bleeding
Are you sure you want to change the base?
Conversation
Any progress on this? |
I was having some issues before, but held off because the block states still weren't entirely functional. Will give it another look when I get home. |
# Conflicts: # src/main/java/org/cloudburstmc/server/level/generator/standard/generation/density/EndDensitySource.java
i'm not sure what changed, but this seems to be working now when it wasn't before. still, it would be good if a few people other than myself could test it (just go around, change a bunch of blocks, restart the server and make sure they're all still there and the server doesn't catch fire) before we consider it "safe" to merge. |
Re-opening for visibility at a possible future date |
This should work in theory, but I can't test it yet due to the fact that
feature/block-states
doesn't compile.