Repriced rituals.

This commit is contained in:
WayofTime 2016-01-02 17:15:33 -05:00
parent 9678260043
commit d5e28038d6
5 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ public class RitualWellOfSuffering extends Ritual
public RitualWellOfSuffering()
{
super("ritualWellOfSuffering", 0, 1000, "ritual." + Constants.Mod.MODID + ".wellOfSufferingRitual");
super("ritualWellOfSuffering", 0, 40000, "ritual." + Constants.Mod.MODID + ".wellOfSufferingRitual");
addBlockRange(ALTAR_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-5, -10, -5), 11, 21, 11));
addBlockRange(DAMAGE_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-10, -10, -10), 21));
}