Nerf fast miner array which is actually a buff (#1219)
I guess Vanilla can't handle Haste III?
This commit is contained in:
parent
33d6cdb3a9
commit
3286849309
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue