This commit is contained in:
Leijurv 2018-09-21 08:49:49 -07:00
parent 21568f593a
commit ae59e94a6c
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -103,8 +103,6 @@ public final class MineBehavior extends Behavior implements Helper {
locationsCache = locs;
PathingBehavior.INSTANCE.setGoal(coalesce(locs));
PathingBehavior.INSTANCE.path();
Blocks.DIAMOND_ORE.getItemDropped(Blocks.DIAMOND_ORE.getDefaultState(), new Random(), 0);
}
public static GoalComposite coalesce(List<BlockPos> locs) {