Partial power usage / Drill ID priority / Liquid source deselect

This commit is contained in:
Anuken
2019-05-02 08:56:29 -04:00
parent 2d3fd513d8
commit 88ce7837a6
8 changed files with 34 additions and 18 deletions
@@ -19,8 +19,12 @@ public class Version{
public static int build = 0;
/** Revision number. Used for hotfixes. Does not affect server compatibility. */
public static int revision = 0;
/** Whether version loading is enabled. */
public static boolean enabled = true;
public static void init(){
if(!enabled) return;
try{
FileHandle file = Core.files.internal("version.properties");