Skip to content

Commit

Permalink
phantom
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTheTech committed Sep 27, 2023
1 parent 75a9d2e commit 61113d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public PhantomPet(Player player, String[] data) {

@Override
protected void registerGoals() {
goalSelector.addGoal(0, new FollowOwnerFlyingGoal(this, 0.4, 5, 20));
goalSelector.addGoal(0, new FollowOwnerFlyingGoal(this, 0.3, 5, 20));
}

@Override
Expand Down

0 comments on commit 61113d5

Please sign in to comment.