Allow disabling of Weak Rituals

This commit is contained in:
Nick 2015-10-06 19:23:25 -07:00
parent fca3a60a1e
commit 27ac16b5d2
3 changed files with 14 additions and 5 deletions

View file

@ -387,6 +387,11 @@ public class AlchemicalWizardry
public static boolean ritualDisabledPhantomHands;
public static boolean ritualDisabledSphereIsland;
public static boolean ritualWeakDisabledNight;
public static boolean ritualWeakDisabledResistance;
public static boolean ritualWeakDisabledThunderstorm;
public static boolean ritualWeakDisabledZombie;
public static boolean displayRitualAnimation;
public static boolean potionDisableRegen;