Added better block debugging

This commit is contained in:
Anuken
2018-02-19 14:31:35 -05:00
parent 03079e9611
commit edc124c90d
9 changed files with 111 additions and 11 deletions

View File

@@ -74,6 +74,8 @@ public class Vars{
public static boolean showPlayer = true;
//whether to hide ui, only on debug
public static boolean showUI = true;
//whether to show block debug
public static boolean showBlockDebug = false;
public static boolean headless = false;