From dcc27a7447a9426d0b50f849c2998d863235c44d Mon Sep 17 00:00:00 2001 From: Tabbs Date: Tue, 25 May 2021 14:52:16 -0500 Subject: [PATCH] oops forgot the javadoc --- src/api/java/baritone/api/Settings.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);