aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2022-06-25 18:15:00 +0200
committermakamys <makamys@outlook.com>2022-06-25 18:15:14 +0200
commitd9b56bb833acf74aeea16df352e7ccaa491f8150 (patch)
treed01c4356a6f4f003756506d560ae0db23a7d25b8 /src/main/java
parentdba789dcbb1c9be6230431d865ef9afb4ba13f3d (diff)
downloadNeodymium-d9b56bb833acf74aeea16df352e7ccaa491f8150.tar.gz
Neodymium-d9b56bb833acf74aeea16df352e7ccaa491f8150.tar.bz2
Neodymium-d9b56bb833acf74aeea16df352e7ccaa491f8150.zip
Tweak default configs
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/makamys/neodymium/Config.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/makamys/neodymium/Config.java b/src/main/java/makamys/neodymium/Config.java
index de3e31b..badfcce 100644
--- a/src/main/java/makamys/neodymium/Config.java
+++ b/src/main/java/makamys/neodymium/Config.java
@@ -58,7 +58,7 @@ public class Config {
public static int maxMeshesPerFrame;
@ConfigInt(cat="debug", def=Keyboard.KEY_F4, min=-1, max=Integer.MAX_VALUE, com="The LWJGL keycode of the key that has to be held down while pressing the debug keybinds. Setting this to 0 will make the keybinds usable without holding anything else down. Setting this to -1 will disable debug keybinds entirely.")
public static int debugPrefix;
- @ConfigInt(cat="debug", def=80, min=-1, max=Integer.MAX_VALUE, com="The Y position of the first line of the debug info in the F3 overlay. Set this to -1 to disable showing that info.")
+ @ConfigInt(cat="debug", def=110, min=-1, max=Integer.MAX_VALUE, com="The Y position of the first line of the debug info in the F3 overlay. Set this to -1 to disable showing that info.")
public static int debugInfoStartY;
@ConfigBoolean(cat="debug", def=false)
public static boolean wireframe;