Changed teleposing to make sure to check if FMP is loaded.
This commit is contained in:
parent
3f8330c513
commit
8e1c8460be
2 changed files with 33 additions and 30 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue