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

@@ -160,7 +160,7 @@ mod.circulardependencies = [red]Circular Dependencies
mod.incompletedependencies = [red]Incomplete Dependencies mod.incompletedependencies = [red]Incomplete Dependencies
mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function. mod.requiresversion.details = Requires game version: [accent]{0}[]\nYour game is outdated. This mod requires a newer version of the game (possibly a beta/alpha release) to function.
mod.incompatiblemod.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 147[] to its [accent]mod.json[] file. mod.incompatiblemod.details = This mod is incompatible with the latest version of the game. The author must update it, and add [accent]minGameVersion: 154[] to its [accent]mod.json[] file.
mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it. mod.blacklisted.details = This mod has been manually blacklisted for causing crashes or other issues with this version of the game. Do not use it.
mod.missingdependencies.details = This mod is missing dependencies: {0} mod.missingdependencies.details = This mod is missing dependencies: {0}
mod.erroredcontent.details = This mod caused errors when loading. Ask the mod author to fix them. mod.erroredcontent.details = This mod caused errors when loading. Ask the mod author to fix them.

View File

@@ -50,7 +50,7 @@ public class Vars implements Loadable{
/** Min game version for all mods. */ /** Min game version for all mods. */
public static final int minModGameVersion = 136; public static final int minModGameVersion = 136;
/** Min game version for java mods specifically - this is higher, as Java mods have more breaking changes. */ /** 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. */ /** If true, a button to view sector submission threads is shown. */
public static boolean showSectorSubmissions = true; public static boolean showSectorSubmissions = true;
/** If true, the BE server list is always used. */ /** If true, the BE server list is always used. */