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

Scattered shards doesn't provide registries when serializing components #30

Open
MattiDragon opened this issue Nov 28, 2024 · 0 comments

Comments

@MattiDragon
Copy link

Registries must be provided through RegistryOps when serializing item components, or else some things might not save. In vanilla the primairly applies to enchantments, but for mods more important components can also be affected. Specifically, its impossible to customize the mecha from plastar, as all of our components rely on dynamic registries to function. Most places where scattered shards deals with nbt should have access to registries (client code can always get it through MinecraftClient.world).

Pls fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant