Skip to content

Commit 364c161

Browse files
committed
Fix crash on startup and bump version to pre5
1 parent 9cfce29 commit 364c161

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ dependencies {
2828
modApi('net.earthcomputer:multiconnect:1.2.1:api') {
2929
transitive = false
3030
}
31+
include('net.earthcomputer:multiconnect:1.2.1:api') {
32+
transitive = false
33+
}
3134
}
3235

3336
processResources {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.7.5+build.178
99

1010
# Mod Properties
11-
mod_version = 2.3.7-pre4
11+
mod_version = 2.3.7-pre5
1212
maven_group = net.earthcomputer
1313
archives_base_name = clientcommands
1414

0 commit comments

Comments
 (0)