Altar now accepts Chisel variants of given blocks

Will require a re-setup of the workspace (`gradlew [eclipse|idea]`) in order to download the Chisel API. This launches just fine without Chisel installed.
This commit is contained in:
Nick 2015-10-06 23:04:39 -07:00
parent 83b26eb033
commit a91d350037
5 changed files with 88 additions and 13 deletions

View file

@ -424,6 +424,7 @@ public class AlchemicalWizardry
public static boolean isThaumcraftLoaded;
public static boolean isForestryLoaded;
public static boolean isBotaniaLoaded;
public static boolean isChiselLoaded;
public static boolean isFMPLoaded;
public static boolean isPneumaticCraftLoaded;
@ -1262,6 +1263,7 @@ public class AlchemicalWizardry
isBotaniaLoaded = Loader.isModLoaded("Botania");
isPneumaticCraftLoaded = Loader.isModLoaded("PneumaticCraft");
isFMPLoaded = Loader.isModLoaded("ForgeMultipart");
isChiselLoaded = Loader.isModLoaded("chisel");
BloodMagicConfiguration.loadBlacklist();
BloodMagicConfiguration.blacklistRituals();