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

WIP async loading #3219

Draft
wants to merge 23 commits into
base: 1.19.4
Choose a base branch
from
Draft

WIP async loading #3219

wants to merge 23 commits into from

Conversation

mezz
Copy link
Owner

@mezz mezz commented May 15, 2023

This adds two config flags that are disabled by default:

  1. enables async loading of JEI, which means it will not block the world load and it will continue loading in the background for a while before it's available to use.
  2. enables parallel plugin loading. this is more of an experimental config option that will break stuff. Plugins can opt into this more intelligently by implementing the new IAsyncModPlugin instead of IModPlugin.

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.

None yet

2 participants