Skip to content

Commit

Permalink
Update to 1.15.1 and bump version to 2.3.7-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Dec 20, 2019
1 parent f60f9b2 commit 837dec6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ dependencies {
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modCompile 'net.earthcomputer:multiconnect:1.0.1:api'
include 'net.earthcomputer:multiconnect:1.0.1:api'
modCompile('net.earthcomputer:multiconnect:1.1:api') {
transitive = false
}
include('net.earthcomputer:multiconnect:1.1:api') {
transitive = false
}
}

processResources {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.15
yarn_mappings=1.15+build.2
loader_version=0.7.2+build.174
minecraft_version=1.15.1
yarn_mappings=1.15.1+build.6
loader_version=0.7.2+build.175

# Mod Properties
mod_version = 2.3.7-pre2
mod_version = 2.3.7-pre3
maven_group = net.earthcomputer
archives_base_name = clientcommands

Expand Down

0 comments on commit 837dec6

Please sign in to comment.