Partial power usage / Drill ID priority / Liquid source deselect
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user