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

Replace SpongeCommon.server().registryAccess() -> SpongeCommon.vanillaRegistryAccess() #4145

Open
wants to merge 1 commit into
base: api-13
Choose a base branch
from

Conversation

MrHell228
Copy link
Contributor

@MrHell228 MrHell228 commented Nov 1, 2024

vanillaRegistryAccess() essentially does the same, simply hiding static access to server for places that only need registry access.
As discussed in discord, these calls to server may happen before server is actually created, meaning the content of vanillaRegistryAccess() is likely subject to change later. So this PR is just cleanup and preparation for possible future

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

Successfully merging this pull request may close these issues.

1 participant