Finished fixing issues in the rituals. Added an initial system for setting a boundary for an effect in a ritual.

This commit is contained in:
WayofTime 2015-12-30 15:24:25 -05:00
parent 27fa98b3cd
commit e5eddd6c45
8 changed files with 431 additions and 224 deletions

View file

@ -302,7 +302,7 @@ public class ItemRitualDiviner extends Item {
for (String str : idList) {
Ritual ritual = RitualRegistry.getRitualForId(str);
if (!RitualRegistry.ritualEnabled(ritual) || !canDivinerPerformRitual(stack, ritual)) {
continue;
}