From 384df4fad1dfa737b294d447d1aa3cdea992f957 Mon Sep 17 00:00:00 2001 From: Celeste <115356769+Celestemysterios@users.noreply.github.com> Date: Sat, 27 Dec 2025 19:17:18 -0500 Subject: [PATCH 1/2] Update mod.hjson updated to v154 --- mod.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9689fbfdbe74e2b5e111c060bdeebcaf5e043305 Mon Sep 17 00:00:00 2001 From: Celeste <115356769+Celestemysterios@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:00:46 -0500 Subject: [PATCH 2/2] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")