Skip to content

Commit

Permalink
Update to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Nov 30, 2021
1 parent c5187da commit 5233647
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
include 'net.earthcomputer.multiconnect:multiconnect-api:1.4'
modImplementation('net.earthcomputer.multiconnect:multiconnect-api:1.5') {
transitive = false
}
include('net.earthcomputer.multiconnect:multiconnect-api:1.5') {
transitive = false
}

if (clientcommandsScriptingExists) {
include project(':clientcommands-scripting')
Expand Down
2 changes: 1 addition & 1 deletion clientcommands-scripting
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx6G

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

# Mod Properties
Expand Down

0 comments on commit 5233647

Please sign in to comment.