File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,12 @@ dependencies {
2525 modCompile " net.fabricmc:fabric-loader:${ project.loader_version} "
2626 modCompile " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
2727
28- modCompile ' net.earthcomputer:multiconnect:1.0.1:api'
29- include ' net.earthcomputer:multiconnect:1.0.1:api'
28+ modCompile(' net.earthcomputer:multiconnect:1.1:api' ) {
29+ transitive = false
30+ }
31+ include(' net.earthcomputer:multiconnect:1.1:api' ) {
32+ transitive = false
33+ }
3034}
3135
3236processResources {
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55 # check these on https://fabricmc.net/use
6- minecraft_version =1.15
7- yarn_mappings =1.15+build.2
8- loader_version =0.7.2+build.174
6+ minecraft_version =1.15.1
7+ yarn_mappings =1.15.1 +build.6
8+ loader_version =0.7.2+build.175
99
1010# Mod Properties
11- mod_version = 2.3.7-pre2
11+ mod_version = 2.3.7-pre3
1212 maven_group = net.earthcomputer
1313 archives_base_name = clientcommands
1414
You can’t perform that action at this time.
0 commit comments