Added PlayerDectector closes #286
This commit is contained in:
parent
05e7ecf2f3
commit
d545521d04
4 changed files with 168 additions and 2 deletions
|
@ -18,7 +18,7 @@ public class CompatManager {
|
|||
public static boolean isIC2Loaded = false;
|
||||
public static boolean isIC2ClassicLoaded = false;
|
||||
public static boolean isClassicEnet = false;
|
||||
public static boolean isGrecgTechLoaded = false;
|
||||
public static boolean isGregTechLoaded = false;
|
||||
|
||||
public CompatManager() {
|
||||
isIC2Loaded = Loader.isModLoaded("IC2");
|
||||
|
@ -30,7 +30,7 @@ public class CompatManager {
|
|||
isClassicEnet = true;
|
||||
}
|
||||
if(Loader.isModLoaded("gregtech")){
|
||||
isGrecgTechLoaded = true;
|
||||
isGregTechLoaded = true;
|
||||
}
|
||||
|
||||
registerCompact(CompatModuleWaila.class, "Waila");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue