Expanded the max damage range of the Ritual of the Feathered Knife

This commit is contained in:
WayofTime 2016-10-24 11:06:13 -04:00
parent 6b27896859
commit 8e39b6fb2a

View file

@ -30,7 +30,7 @@ public class RitualFeatheredKnife extends Ritual
addBlockRange(DAMAGE_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-15, -20, -15), 31, 41, 31)); addBlockRange(DAMAGE_RANGE, new AreaDescriptor.Rectangle(new BlockPos(-15, -20, -15), 31, 41, 31));
setMaximumVolumeAndDistanceOfRange(ALTAR_RANGE, 0, 10, 15); setMaximumVolumeAndDistanceOfRange(ALTAR_RANGE, 0, 10, 15);
setMaximumVolumeAndDistanceOfRange(DAMAGE_RANGE, 0, 15, 15); setMaximumVolumeAndDistanceOfRange(DAMAGE_RANGE, 0, 25, 15);
} }
@Override @Override