+0.5y not helpful

This commit is contained in:
Leijurv 2018-11-05 19:31:05 -08:00
parent a1b71219cb
commit 6ca7f47bf9
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -198,7 +198,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
if (entity instanceof EntityItem) {
EntityItem ei = (EntityItem) entity;
if (searchingFor.contains(ei.getItem().getItem())) {
ret.add(entity.getPosition());
ret.add(new BlockPos(entity));
}
}
}