-
Notifications
You must be signed in to change notification settings - Fork 392
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
Great Registry Repackaging #3396
Conversation
Registry packages have moved to `net.minecraft.registry`. Tag packages have moved to `net.minecraft.registry.tag`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I oppose it exactly, but why repackage tag
to registry/tag
?
Tags are now managed by the registry (since 1.18.2). |
Could entry and entry list classes be placed into a separate package? |
this PR can't be serious... |
Placing the entry classes in a separate package results in this error when trying to bootstrap during a JUnit test:
It looks like the |
Resolves #3002
Since this snapshot's changes mean people have to change imports anyway, why not do it now?
And question to folks: should we make subpackages? and if so how?