diff --git a/build.gradle b/build.gradle index 48156aa..d0daa03 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories{ ext{ //the build number that this mod is made for - mindustryVersion = 'v147' + mindustryVersion = 'v154' jabelVersion = "93fde537c7" isWindows = System.getProperty("os.name").toLowerCase().contains("windows") sdkRoot = System.getenv("ANDROID_HOME") ?: System.getenv("ANDROID_SDK_ROOT") diff --git a/mod.hjson b/mod.hjson index e481f6e..a2c3220 100644 --- a/mod.hjson +++ b/mod.hjson @@ -4,6 +4,6 @@ author: "Pointifix" main: "autodrill.AutoDrill" description: "Adds tools for automatically filling resource patches with drills" version: 1.0 -minGameVersion: 147 +minGameVersion: 154 java: true hidden: true