Skip to content

Commit

Permalink
Revert "Disable FeedAura horse filter by default"
Browse files Browse the repository at this point in the history
This reverts commit 3dc3dfc.
  • Loading branch information
Alexander01998 committed May 17, 2024
1 parent 08fc672 commit 331fbef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/net/wurstclient/hacks/FeedAuraHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ public final class FeedAuraHack extends Hack
private final CheckboxSetting filterHorses = new CheckboxSetting(
"Filter horse-like animals",
"Won't feed horses, llamas, donkeys, etc.\n"
+ "Recommended in Minecraft versions before 1.20.3 due to MC-233276,"
+ "which causes these animals to consume items indefinitely.",
false);
+ "Recommended due to Minecraft bug MC-233276, which causes these animals to consume items indefinitely.",
true);

private final Random random = new Random();
private AnimalEntity target;
Expand Down

0 comments on commit 331fbef

Please sign in to comment.