Finished more ritual stuff
This commit is contained in:
parent
91ddb8b761
commit
0a2dfb4fd4
8 changed files with 56 additions and 25 deletions
|
@ -20,6 +20,7 @@ public class RitualAnimalGrowth extends Ritual
|
|||
{
|
||||
super("ritualAnimalGrowth", 0, 10000, "ritual." + Constants.Mod.MODID + ".animalGrowthRitual");
|
||||
addBlockRange(GROWTH_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-2, 1, -2), 5, 2, 5));
|
||||
setMaximumVolumeAndDistanceOfRange(GROWTH_RANGE, 0, 3, 3);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue