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

Data packs #4

Open
4 of 8 tasks
mastercoms opened this issue Jul 21, 2019 · 0 comments
Open
4 of 8 tasks

Data packs #4

mastercoms opened this issue Jul 21, 2019 · 0 comments
Labels
data A feature involving internal representations of blocks, items, properties, and more. essential A feature that must be implemented for 1.13 base support. redstone-transformer Tasks that will be handled by the redstone-transformer library. serialization A feature involving data serialization/deserialization. server An internal technical feature. story A meta-issue containing many child issues.
Projects

Comments

@mastercoms
Copy link
Member

mastercoms commented Jul 21, 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:

Most of Minecraft's IDs were moved over to a namespaced data pack system, where all game data is defined within JSON files. Glowstone should be able to read these JSON files from a base server data directory, as well as allow for data packs within worlds, as in vanilla. Glowstone should then use these JSON files for all block, item, recipe, etc initialization, rather than hard coded types. This is a tricky task, considering our need for API support in Bukkit, which does not seem to play completely well with the modular and data based approach in data packs, and extra internal data that we need for each type which is not in the data pack format.

Most of these have their own issues for individual implementation with more detail.

Reference Documentation:

Relevant Code:


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@mastercoms mastercoms added this to Backlog in 1.13 Jul 23, 2019
@mastercoms 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. serialization A feature involving data serialization/deserialization. server An internal technical feature. labels Sep 15, 2019
@mastercoms mastercoms moved this from Backlog to To do in 1.13 Sep 15, 2019
@mastercoms mastercoms added the story A meta-issue containing many child issues. label Sep 22, 2019
@smartboyathome smartboyathome added the redstone-transformer Tasks that will be handled by the redstone-transformer library. label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data A feature involving internal representations of blocks, items, properties, and more. essential A feature that must be implemented for 1.13 base support. redstone-transformer Tasks that will be handled by the redstone-transformer library. serialization A feature involving data serialization/deserialization. server An internal technical feature. story A meta-issue containing many child issues.
Projects
1.13
  
To do
Development

No branches or pull requests

2 participants