Skip to content
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

Implement BlockData in chunks [$50] #31

Open
mastercoms opened this issue Sep 22, 2019 · 0 comments
Open

Implement BlockData in chunks [$50] #31

mastercoms opened this issue Sep 22, 2019 · 0 comments
Labels
bounty essential A feature that must be implemented for 1.13 base support. network A feature involving networking code. serialization A feature involving data serialization/deserialization.
Projects

Comments

@mastercoms
Copy link
Member

mastercoms commented Sep 22, 2019

This issue is part of the 1.13.x compatibility Epic.

All contributions are subject to the Glowstone CLA. In short, contributions must not contain any content (code or otherwise) copied from,
inspired by or based upon content from Mojang or third-party projects that are based on such content (CraftBukkit, Spigot, Forge, ...).


Description:

We need to implement BlockData to be saved in ChunkSections and sent in ChunkData packets.

Reference Documentation:

https://pokechu22.github.io/Burger/1.13.2.html
https://wiki.vg/index.php?title=Protocol&oldid=14889
https://wiki.vg/index.php?title=Pre-release_protocol&oldid=13966

Relevant Code:

https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/chunk/ChunkSection.java
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/net/codec/play/game/ChunkDataCodec.java
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/net/message/play/game/ChunkDataMessage.java

Related to:

#3


There is a $50 open bounty on this issue. Add to the bounty at Bountysource.

@mastercoms mastercoms added essential A feature that must be implemented for 1.13 base support. network A feature involving networking code. serialization A feature involving data serialization/deserialization. labels Sep 22, 2019
@mastercoms mastercoms mentioned this issue Sep 22, 2019
4 tasks
@mastercoms mastercoms added this to To do in 1.13 Sep 22, 2019
@mastercoms mastercoms moved this from To do to Backlog in 1.13 Sep 22, 2019
@mastercoms mastercoms changed the title Implement BlockData in chunks Implement BlockData in chunks [$50] Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty essential A feature that must be implemented for 1.13 base support. network A feature involving networking code. serialization A feature involving data serialization/deserialization.
Projects
1.13
  
Backlog
Development

No branches or pull requests

1 participant