From 232644feb0e8a41a7d39682e4b836bed5650412c Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sat, 10 Nov 2018 09:25:35 -0800 Subject: [PATCH] these are cool and should default on --- src/api/java/baritone/api/Settings.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/java/baritone/api/Settings.java b/src/api/java/baritone/api/Settings.java index e2e4604d..7fce0254 100644 --- a/src/api/java/baritone/api/Settings.java +++ b/src/api/java/baritone/api/Settings.java @@ -312,17 +312,17 @@ public class Settings { /** * Ignore depth when rendering the goal */ - public Setting renderGoalIgnoreDepth = new Setting<>(false); + public Setting renderGoalIgnoreDepth = new Setting<>(true); /** * Ignore depth when rendering the selection boxes (to break, to place, to walk into) */ - public Setting renderSelectionBoxesIgnoreDepth = new Setting<>(false); + public Setting renderSelectionBoxesIgnoreDepth = new Setting<>(true); /** * Ignore depth when rendering the path */ - public Setting renderPathIgnoreDepth = new Setting<>(false); + public Setting renderPathIgnoreDepth = new Setting<>(true); /** * Line width of the path when rendered, in pixels