We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390f7ed commit aeab54fCopy full SHA for aeab54f
src/main/java/org/embeddedt/archaicfix/ArchaicFix.java
@@ -76,7 +76,7 @@ public void preinit(FMLPreInitializationEvent event)
76
77
@EventHandler
78
public void init(FMLInitializationEvent event) {
79
- if (Loader.isModLoaded(TargetedMod.CHUNKAPI.ModID()))
+ if (Loader.isModLoaded(TargetedMod.CHUNKAPI.ModID()) && ArchaicConfig.enablePhosphor)
80
{
81
ChunkAPICompat.init(); // This must be a call to the class because otherwise the JVM will try to load DataManager.
82
}
0 commit comments