Skip to content

WorldIO save/load fixes and changes - #2

Open
LukePH wants to merge 1 commit into
sergiss:masterfrom
LukePH:upstream-fix2
Open

WorldIO save/load fixes and changes#2
LukePH wants to merge 1 commit into
sergiss:masterfrom
LukePH:upstream-fix2

Conversation

@LukePH

@LukePH LukePH commented Jun 8, 2021

Copy link
Copy Markdown

-Removing static byte buffer from worldIO as it was causing chunk
corruption with threaded loading due to shared usage between threads.
-Adding versioning to allow future backwards compatibility
-Added BufferedOutputStream/BufferedInputStream for faster IO
-Using DataInputStream/DataOutputStream for simpler read/write functions
-Added special block section for checksums, extra block data, storage
chests, etc.

-Removing static byte buffer from worldIO as it was causing file
corruption with threaded loading due to shared usage between threads.
-Adding versioning to allow future backwards compatibility
-Added BufferedOutputStream/BufferedInputStream for faster IO
-Using DataInputStream/DataOutputStream for simpler read/write functions
-Added special block section for checksums, extra block data, storage
chests, etc.
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

Successfully merging this pull request may close these issues.

1 participant