Skip to content

Commit

Permalink
remove breath goal until pathfinding lock is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexthw46 committed Mar 27, 2024
1 parent 47a87c2 commit 329f5f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public MermaidEntity(Level level, boolean tamed) {
@Override
protected void registerGoals() {
goalSelector.addGoal(0, new HybridStrollGoal(this, 1.0f, 40));
goalSelector.addGoal(3, new BreathAirGoal(this));
goalSelector.addGoal(3, new LookAtPlayerGoal(this, Player.class, 6F));
goalSelector.addGoal(4, new DolphinJumpGoal(this, 10));
goalSelector.addGoal(5, new GoBackHomeGoal(this, this::getHome, 20, () -> this.getHome() != null));
Expand Down

0 comments on commit 329f5f5

Please sign in to comment.