From a552908d761a1675181da24f1d4958d687049a1f Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 17 Dec 2025 10:49:51 -0500 Subject: [PATCH] Java mod minGameVersion increased --- core/assets/bundles/bundle.properties | 2 +- core/src/mindustry/Vars.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 907bacb1e5..ce25f8afc9 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -160,7 +160,7 @@ mod.circulardependencies = [red]Circular 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.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.missingdependencies.details = This mod is missing dependencies: {0} mod.erroredcontent.details = This mod caused errors when loading. Ask the mod author to fix them. diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java index 9a03daa0b2..61f108e074 100644 --- a/core/src/mindustry/Vars.java +++ b/core/src/mindustry/Vars.java @@ -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. */