Enable class search cache

This commit is contained in:
embeddedt 2023-01-28 10:13:39 -05:00
parent ccc3959328
commit 5c4e77b211
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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");