Disabled WAILA support till lag fix
This commit is contained in:
parent
46934a20c8
commit
9c5aaae874
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class CompatManager {
|
||||||
if (Loader.isModLoaded("gregtech")) {
|
if (Loader.isModLoaded("gregtech")) {
|
||||||
isGregTechLoaded = true;
|
isGregTechLoaded = true;
|
||||||
}
|
}
|
||||||
registerCompact(CompatModuleWaila.class, "Waila");
|
// registerCompact(CompatModuleWaila.class, "Waila");
|
||||||
registerCompact(MinetweakerCompat.class, "MineTweaker3");
|
registerCompact(MinetweakerCompat.class, "MineTweaker3");
|
||||||
registerCompact(RecipesBiomesOPlenty.class, "BiomesOPlenty");
|
registerCompact(RecipesBiomesOPlenty.class, "BiomesOPlenty");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue