Added bool to enable editor cliff button

This commit is contained in:
Anuken
2020-10-17 11:02:48 -04:00
parent 46ec457819
commit c99873c823
14 changed files with 60 additions and 2 deletions
+2
View File
@@ -36,6 +36,8 @@ public class Vars implements Loadable{
public static boolean loadLocales = true;
/** Whether the logger is loaded. */
public static boolean loadedLogger = false, loadedFileLogger = false;
/** Whether to show the cliff button in the editor*/
public static boolean addCliffButton = false;
/** Maximum extra padding around deployment schematics. */
public static final int maxLoadoutSchematicPad = 5;
/** Maximum schematic size.*/