+0.5y not helpful
This commit is contained in:
parent
a1b71219cb
commit
6ca7f47bf9
@ -198,7 +198,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
|
|||||||
if (entity instanceof EntityItem) {
|
if (entity instanceof EntityItem) {
|
||||||
EntityItem ei = (EntityItem) entity;
|
EntityItem ei = (EntityItem) entity;
|
||||||
if (searchingFor.contains(ei.getItem().getItem())) {
|
if (searchingFor.contains(ei.getItem().getItem())) {
|
||||||
ret.add(entity.getPosition());
|
ret.add(new BlockPos(entity));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user