Skip to content

Fix datapacks #1314

Discussion options

You must be logged in to vote

This is unfortunately not possible.
On bukkit/spigot/paper etc, the types of data packs that will work are things that are data driven: world generation, recipes, advancements, loot tables, tags

But anything that uses functions requires vanilla/fabric because bukkit and forks have make a lot of optimizations for multiplayer play, which is what breaks the data packs.

And because we build on top of these forks as our foundation we can't really undo or fix that

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by granny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Missing/invalid data
2 participants