Fix for BM's Whirlwind buff making Botania useless (<3)

This commit is contained in:
WayofTime 2014-10-17 12:23:08 -04:00
parent 52acccaad6
commit f7b552a3c7
68 changed files with 3688 additions and 11 deletions

View file

@ -126,6 +126,7 @@ public class AlchemicalWizardry
public static boolean isThaumcraftLoaded;
public static boolean isForestryLoaded;
public static boolean isBotaniaLoaded;
public static boolean wimpySettings;
public static boolean respawnWithDebuff;
@ -853,6 +854,8 @@ public class AlchemicalWizardry
MineTweakerIntegration.register();
System.out.println("Loaded MineTweaker 3 Integration");
}
this.isBotaniaLoaded = Loader.isModLoaded("Botania");
BloodMagicConfiguration.loadBlacklist();
}