oops forgot the javadoc

This commit is contained in:
Tabbs 2021-05-25 14:52:16 -05:00
parent bea39bc613
commit dcc27a7447

View File

@ -596,7 +596,8 @@ public final class Settings {
public final Setting<Boolean> 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<Boolean> renderGoalAnimated = new Setting<>(true);