Enable class search cache
This commit is contained in:
parent
ccc3959328
commit
5c4e77b211
|
|
@ -40,7 +40,7 @@ public class ModernFixEarlyConfig {
|
|||
this.addMixinRule("perf.deduplicate_location", true);
|
||||
this.addMixinRule("safety", true);
|
||||
this.addMixinRule("launch.transformer_cache", false);
|
||||
this.addMixinRule("launch.class_search_cache", false);
|
||||
this.addMixinRule("launch.class_search_cache", true);
|
||||
|
||||
/* Mod compat */
|
||||
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user