JustEnoughItems
JustEnoughItems copied to clipboard
WIP async loading
This adds two config flags that are disabled by default:
- 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.
- 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 ofIModPlugin
.