Skip to content

Commit 08a044d

Browse files
committed
Compile using latest version?
1 parent f3430ed commit 08a044d

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 = 'v145.1'
20+
mindustryVersion = 'v146'
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: 145.1
26+
minGameVersion: 146
2727

2828
#this is a java mod
2929
java: true

0 commit comments

Comments
 (0)