Changed teleposing to make sure to check if FMP is loaded.

This commit is contained in:
WayofTime 2014-11-16 12:25:13 -05:00
parent 3f8330c513
commit 8e1c8460be
2 changed files with 33 additions and 30 deletions

View file

@ -237,6 +237,7 @@ public class AlchemicalWizardry
public static boolean isThaumcraftLoaded;
public static boolean isForestryLoaded;
public static boolean isBotaniaLoaded;
public static boolean isFMPLoaded;
public static boolean wimpySettings;
public static boolean respawnWithDebuff;
@ -977,6 +978,8 @@ public class AlchemicalWizardry
}
this.isBotaniaLoaded = Loader.isModLoaded("Botania");
this.isFMPLoaded = Loader.isModLoaded("ForgeMultipart");
BloodMagicConfiguration.loadBlacklist();
BloodMagicConfiguration.blacklistRituals();