-
-
Notifications
You must be signed in to change notification settings - Fork 14
General FAQ
As of 5.16.0, this should not happen anymore. In previous versions, with these mods installed, the vanilla recipe book search system is disabled to speed up world join time and reduce memory usage. This is because JEI/REI implement largely equivalent functionality, and the vast majority of modded players do not use the vanilla recipe book at all. If you do not like this change, disable mixin.perf.blast_search_trees
to restore original behavior.
JEI's tag searching has some limitations compared to vanilla (e.g. you can't search for minecraft:saplings
, only saplings
). When mixin.perf.blast_search_trees
is enabled (see above), creative search is passed through JEI rather than vanilla.
Forge's automatic config reload system is buggy, often causing file corruption (e.g. "Not enough data available" errors) or excessive backup file generation. To solve this, ModernFix disables the ability for configs to automatically reload. You can reload them on a client using /mfrc
and on a server using /mfsrc
.
(The log will often show RegistryObject.get
or mixin.perf.forge_registry_lambda.RegistryObjectMixin
as the cause.)
This is not a ModernFix bug. The Forge crash report analyzer has a design flaw, and blames performance mods if a crash ever occurs in code they optimize.
The "Registry object not present" error is generally caused by having mismatched mods or config files on your server and your client.