Added in #396 and gave the sword blocking

This commit is contained in:
Arcaratus 2015-07-27 14:02:32 -04:00
parent e2db60475f
commit bc67bb8379
7 changed files with 20 additions and 2 deletions

View file

@ -427,6 +427,7 @@ public class AlchemicalWizardry
public static boolean lockdownAltar;
public static boolean causeHungerWithRegen;
public static boolean causeHungerChatMessage = true;
public static boolean disableBoundToolsRightClick;
public static List<Class> wellBlacklist;