blob: 7be10a210507e67a5723e65cfe8424026edf89c8 [file] [log] [blame] [raw]
package com.legacy.aether.universal;
import net.minecraftforge.fml.common.Loader;
public class AetherCompatibility
{
public static boolean visualModsLoaded()
{
return Loader.isModLoaded("inventorytweaks") || Loader.isModLoaded("quark") || Loader.isModLoaded("Quark");
}
}