diff --git a/build.gradle b/build.gradle index 3f69c69..0601081 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { } ext { - mindustryVersion = 'v138' + mindustryVersion = 'v139' jabelVersion = '0.4.2' sdkRoot = System.getenv('ANDROID_HOME') ?: System.getenv('ANDROID_SDK_ROOT') } diff --git a/mod.hjson b/mod.hjson index 77cd350..9984012 100644 --- a/mod.hjson +++ b/mod.hjson @@ -4,6 +4,6 @@ subtitle: No longer just increases the schema size, description: "A mod that increase the schematic size limit to 512 blocks!\n[red]Vanilla Only!", author: "[#0096FF]xzxADIxzx", version: 2.4.36, -minGameVersion: 138, +minGameVersion: 139, hidden: true, main: scheme.Main \ No newline at end of file