Finished more ritual stuff

This commit is contained in:
WayofTime 2016-04-11 17:31:14 -04:00
parent 91ddb8b761
commit 0a2dfb4fd4
8 changed files with 56 additions and 25 deletions

View file

@ -20,6 +20,7 @@ public class RitualInterdiction extends Ritual
{
super("ritualInterdiction", 0, 1000, "ritual." + Constants.Mod.MODID + ".interdictionRitual");
addBlockRange(INTERDICTION_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-2, 0, -2), 5));
setMaximumVolumeAndDistanceOfRange(INTERDICTION_RANGE, 0, 5, 5);
}
@Override