lmao wtf
This commit is contained in:
parent
21568f593a
commit
ae59e94a6c
@ -103,8 +103,6 @@ public final class MineBehavior extends Behavior implements Helper {
|
|||||||
locationsCache = locs;
|
locationsCache = locs;
|
||||||
PathingBehavior.INSTANCE.setGoal(coalesce(locs));
|
PathingBehavior.INSTANCE.setGoal(coalesce(locs));
|
||||||
PathingBehavior.INSTANCE.path();
|
PathingBehavior.INSTANCE.path();
|
||||||
|
|
||||||
Blocks.DIAMOND_ORE.getItemDropped(Blocks.DIAMOND_ORE.getDefaultState(), new Random(), 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static GoalComposite coalesce(List<BlockPos> locs) {
|
public static GoalComposite coalesce(List<BlockPos> locs) {
|
||||||
|
Loading…
Reference in New Issue
Block a user