move this down to the other render settings

This commit is contained in:
Leijurv 2019-05-03 11:44:37 -07:00
parent 0f09a46540
commit 2a5ef35794
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -81,11 +81,6 @@ public final class Settings {
*/ */
public final Setting<Double> jumpPenalty = new Setting<>(2D); public final Setting<Double> jumpPenalty = new Setting<>(2D);
/**
* The size of the box that is rendered when the current goal is a GoalYLevel
*/
public final Setting<Double> yLevelBoxSize = new Setting<>(15D);
/** /**
* Walking on water uses up hunger really quick, so penalize it * Walking on water uses up hunger really quick, so penalize it
*/ */
@ -804,6 +799,11 @@ public final class Settings {
*/ */
public final Setting<Consumer<ITextComponent>> logger = new Setting<>(Minecraft.getMinecraft().ingameGUI.getChatGUI()::printChatMessage); public final Setting<Consumer<ITextComponent>> logger = new Setting<>(Minecraft.getMinecraft().ingameGUI.getChatGUI()::printChatMessage);
/**
* The size of the box that is rendered when the current goal is a GoalYLevel
*/
public final Setting<Double> yLevelBoxSize = new Setting<>(15D);
/** /**
* The color of the current path * The color of the current path
*/ */