Amended range of Zephyr ritual

Fixed Green Grove ritual
Fixed Crusher ritual so it didn't break everything at once.
This commit is contained in:
WayofTime 2016-02-16 11:46:47 -05:00
parent 8f453f6e1e
commit 15650bac8b
5 changed files with 11 additions and 6 deletions

View file

@ -23,7 +23,7 @@ public class RitualZephyr extends Ritual
public RitualZephyr()
{
super("ritualZephyr", 0, 1000, "ritual." + Constants.Mod.MODID + ".zephyrRitual");
addBlockRange(ZEPHYR_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-4, 1, -4), 10));
addBlockRange(ZEPHYR_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-5, -5, -5), 11));
}
@Override