Enable class location cache
This commit is contained in:
parent
d2f5c4b15a
commit
802a0587c7
|
|
@ -27,7 +27,7 @@ public class ModernFixMixinPlugin implements IMixinConfigPlugin {
|
|||
public static ModernFixEarlyConfig config = null;
|
||||
|
||||
private static final boolean USE_TRANSFORMER_CACHE = false;
|
||||
private static final boolean USE_CLASS_LOCATION_CACHE = false;
|
||||
private static final boolean USE_CLASS_LOCATION_CACHE = true;
|
||||
|
||||
public ModernFixMixinPlugin() {
|
||||
/* We abuse the constructor of a mixin plugin as a safe location to start modifying the classloader */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user