Put fast miner array back up at Haste 3
It was ~~our~~ my fault.
This commit is contained in:
parent
d783c1419b
commit
395f1188e7
|
@ -28,7 +28,7 @@ public class ItemSigilFastMiner extends ItemSigilToggleableBase {
|
|||
public boolean performArrayEffect(World world, BlockPos pos) {
|
||||
double radius = 10;
|
||||
int ticks = 600;
|
||||
int potionPotency = 1;
|
||||
int potionPotency = 2;
|
||||
|
||||
AxisAlignedBB bb = new AxisAlignedBB(pos).grow(radius);
|
||||
List<EntityPlayer> playerList = world.getEntitiesWithinAABB(EntityPlayer.class, bb);
|
||||
|
|
Loading…
Reference in a new issue