Skip to content

Commit 5233647

Browse files
committed
Update to 1.18
1 parent c5187da commit 5233647

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ dependencies {
2828
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
2929
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
3030
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
31-
modImplementation 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
32-
include 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
31+
modImplementation('net.earthcomputer.multiconnect:multiconnect-api:1.5') {
32+
transitive = false
33+
}
34+
include('net.earthcomputer.multiconnect:multiconnect-api:1.5') {
35+
transitive = false
36+
}
3337

3438
if (clientcommandsScriptingExists) {
3539
include project(':clientcommands-scripting')

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx6G
33

44
# Fabric Properties
55
# check these on https://modmuss50.me/fabric.html
6-
minecraft_version=1.18-rc1
7-
yarn_mappings=1.18-rc1+build.1
6+
minecraft_version=1.18
7+
yarn_mappings=1.18+build.1
88
loader_version=0.12.5
99

1010
# Mod Properties

0 commit comments

Comments
 (0)