Skip to content

Commit 4df193e

Browse files
committed
Revert "Compile using latest version?"
This reverts commit 08a044d.
1 parent 08a044d commit 4df193e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ java{
1717

1818
ext{
1919
//the build number that this mod is made for
20-
mindustryVersion = 'v146'
20+
mindustryVersion = 'v145.1'
2121
jabelVersion = "93fde537c7"
2222
//windows sucks
2323
isWindows = System.getProperty("os.name").toLowerCase().contains("windows")

mod.hjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subtitle: "Easier to use than the console."
2323
version: 60
2424

2525
#the minimum game build required to run this mod
26-
minGameVersion: 146
26+
minGameVersion: 145.1
2727

2828
#this is a java mod
2929
java: true

0 commit comments

Comments
 (0)