Skip to content

Commit

Permalink
Change goal priority
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoLeggedCat committed May 27, 2021
1 parent 1efffa5 commit 6c384bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/twoleggedcat/bettercats/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void onDisable() {
public void onEntityLoad(EntityAddToWorldEvent e) {
if (e.getEntityType() == EntityType.CAT) {
Cat cat = (Cat) e.getEntity();
Bukkit.getMobGoals().addGoal(cat, 11, new PlayWithStringGoal(this, cat));
Bukkit.getMobGoals().addGoal(cat, 8, new PlayWithStringGoal(this, cat));
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: BetterCats
main: me.twoleggedcat.bettercats.Main
version: 2.3
version: 2.3.1
api-version: 1.16
commands:
cats:

0 comments on commit 6c384bb

Please sign in to comment.