Java mod minGameVersion increased

This commit is contained in:
Anuken
2025-12-17 10:49:51 -05:00
parent 4f0ebdc4f3
commit a552908d76
2 changed files with 2 additions and 2 deletions

View File

@@ -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. */