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
The API to send MapViews to a Player isn't implemented:
Glowstone/src/main/java/net/glowstone/entity/GlowPlayer.java
Lines 2247 to 2249 in 12ed57c
This should send a packet (MapDataMessage) that sends the data inside of the MapView.
MapDataMessage
To check:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
I will try my hand at this.
Sorry, something went wrong.
89f3731
Implement GlowMapRenderer.render() (#608)
a822f0c
Related to #572
What work remains in regard to this issue?
I think just serializing/deserializing maps with NBT.
No branches or pull requests
The API to send MapViews to a Player isn't implemented:
Glowstone/src/main/java/net/glowstone/entity/GlowPlayer.java
Lines 2247 to 2249 in 12ed57c
This should send a packet (
MapDataMessage
) that sends the data inside of the MapView.To check:
MapDataMessage
is up-to-date with the documentationWant to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: