You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mastercoms opened this issue
Sep 22, 2019
· 1 comment
Labels
bountydataA feature involving internal representations of blocks, items, properties, and more.essentialA feature that must be implemented for 1.13 base support.serverAn internal technical feature.
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 a system to parse base block types and properties to generate BlockData into networkable/writeable numerical IDs.
The text was updated successfully, but these errors were encountered:
mastercoms
added
data
A feature involving internal representations of blocks, items, properties, and more.
essential
A feature that must be implemented for 1.13 base support.
server
An internal technical feature.
labels
Sep 22, 2019
bountydataA feature involving internal representations of blocks, items, properties, and more.essentialA feature that must be implemented for 1.13 base support.serverAn internal technical feature.
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 a system to parse base block types and properties to generate BlockData into networkable/writeable numerical IDs.
Reference Documentation:
https://wiki.vg/Data_Generators
Relevant Code:
https://github.com/GlowstoneMC/Glowstone/tree/1.13/src/main/java/net/glowstone/block/data
https://github.com/GlowstoneMC/Glowstone/tree/1.13/src/main/java/net/glowstone/block/flattening
Related to:
#3
There is a $75 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: