Added Soft Fall and Strong Legs living armour upgrades.
This commit is contained in:
parent
f9bf63ccf1
commit
96ecd73286
14 changed files with 392 additions and 17 deletions
|
@ -23,7 +23,7 @@ public class RitualPlacer extends Ritual
|
|||
public RitualPlacer()
|
||||
{
|
||||
super("ritualPlacer", 0, 5000, "ritual." + Constants.Mod.MODID + ".placerRitual");
|
||||
addBlockRange(PLACER_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-2, 0, -2), new BlockPos(3, 1, 3)));
|
||||
addBlockRange(PLACER_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-2, 0, -2), 5, 1, 5));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -29,7 +29,7 @@ public class RitualPortal extends Ritual
|
|||
|
||||
public RitualPortal()
|
||||
{
|
||||
super("ritualPortal", 0, 500, "ritual." + Constants.Mod.MODID + ".portalRitual");
|
||||
super("ritualPortal", 0, 50000, "ritual." + Constants.Mod.MODID + ".portalRitual");
|
||||
portalRitualTag = new NBTTagCompound();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue