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 15, 2019
· 1 comment
Labels
apiAPI implementation for BukkitbountydataA 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 to implement the object data representation for tags, so that they can be read by the server logic after serialization from data packs.
The text was updated successfully, but these errors were encountered:
mastercoms
added
api
API implementation for Bukkit
server
An internal technical feature.
data
A feature involving internal representations of blocks, items, properties, and more.
labels
Sep 15, 2019
apiAPI implementation for BukkitbountydataA 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 to implement the object data representation for tags, so that they can be read by the server logic after serialization from data packs.
Reference Documentation:
https://papermc.io/javadocs/paper/1.13/org/bukkit/Tag.html
https://wiki.vg/Data_Generators
https://minecraft.gamepedia.com/Tag
Relevant Code:
https://github.com/GlowstoneMC/Glowstone/blob/1.13/src/main/java/net/glowstone/data/GlowTag.java
Related to:
#2
#4
There is a $20 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: