Java mod minGameVersion increased
This commit is contained in:
@@ -50,7 +50,7 @@ public class Vars implements Loadable{
|
||||
/** Min game version for all mods. */
|
||||
public static final int minModGameVersion = 136;
|
||||
/** Min game version for java mods specifically - this is higher, as Java mods have more breaking changes. */
|
||||
public static final int minJavaModGameVersion = 147;
|
||||
public static final int minJavaModGameVersion = 154;
|
||||
/** If true, a button to view sector submission threads is shown. */
|
||||
public static boolean showSectorSubmissions = true;
|
||||
/** If true, the BE server list is always used. */
|
||||
|
||||
Reference in New Issue
Block a user