Added in #396 and gave the sword blocking
This commit is contained in:
parent
e2db60475f
commit
bc67bb8379
7 changed files with 20 additions and 2 deletions
src/main/java/WayofTime/alchemicalWizardry
|
@ -106,6 +106,7 @@ public class BloodMagicConfiguration
|
|||
AlchemicalWizardry.causeHungerChatMessage = config.get("WimpySettings", "causeHungerChatMessage", true).getBoolean();
|
||||
// AlchemicalWizardry.lockdownAltar = config.get("WimpySettings", "LockdownAltarWithRegen", true).getBoolean();
|
||||
AlchemicalWizardry.lockdownAltar = false;
|
||||
AlchemicalWizardry.disableBoundToolsRightClick = config.get("WimpySettings", "disableBoundToolsRightClick", false).getBoolean(false);
|
||||
|
||||
AlchemicalWizardry.ritualDisabledWater = config.get("Ritual Blacklist", "Ritual of the Full Spring", false).getBoolean(false);
|
||||
AlchemicalWizardry.ritualDisabledLava = config.get("Ritual Blacklist", "Serenade of the Nether", false).getBoolean(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue