Config for ICompatibility

This commit is contained in:
Nick 2015-12-02 13:28:50 -08:00
parent 349efbd510
commit 72d4c5e135
5 changed files with 22 additions and 2 deletions

View file

@ -14,4 +14,11 @@ public interface ICompatibility {
* The {@code modid} of the mod we are adding compatibility for.
*/
String getModId();
/**
* Whether or not compatibility should be loaded even if the mod were to be found.
*
* Generally a determined by a config option.
*/
boolean enableCompat();
}