We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a044d commit 4df193eCopy full SHA for 4df193e
2 files changed
build.gradle
@@ -17,7 +17,7 @@ java{
17
18
ext{
19
//the build number that this mod is made for
20
- mindustryVersion = 'v146'
+ mindustryVersion = 'v145.1'
21
jabelVersion = "93fde537c7"
22
//windows sucks
23
isWindows = System.getProperty("os.name").toLowerCase().contains("windows")
mod.hjson
@@ -23,7 +23,7 @@ subtitle: "Easier to use than the console."
version: 60
24
25
#the minimum game build required to run this mod
26
-minGameVersion: 146
+minGameVersion: 145.1
27
28
#this is a java mod
29
java: true
0 commit comments