diff --git a/src/api/java/baritone/api/Settings.java b/src/api/java/baritone/api/Settings.java index de40d03f..f1d50925 100644 --- a/src/api/java/baritone/api/Settings.java +++ b/src/api/java/baritone/api/Settings.java @@ -596,7 +596,8 @@ public final class Settings { public final Setting renderGoal = new Setting<>(true); /** - * Render the goal as just a box instead of sick animated thingy + * Render the goal as a sick animated thingy instead of just a box + * (also controls animation of GoalXZ if {@link #renderGoalXZBeacon} is enabled) */ public final Setting renderGoalAnimated = new Setting<>(true);