Nerf fast miner array which is actually a buff (#1219)

I guess Vanilla can't handle Haste III?
This commit is contained in:
Nicholas Ignoffo 2018-02-11 15:02:55 -08:00
parent 33d6cdb3a9
commit 3286849309

View file

@ -28,7 +28,7 @@ public class ItemSigilFastMiner extends ItemSigilToggleableBase {
public boolean performArrayEffect(World world, BlockPos pos) {
double radius = 10;
int ticks = 600;
int potionPotency = 2;
int potionPotency = 1;
AxisAlignedBB bb = new AxisAlignedBB(pos).grow(radius);
List<EntityPlayer> playerList = world.getEntitiesWithinAABB(EntityPlayer.class, bb);