From 837dec6449b20e83e512ca943ab06698387e7f23 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 20 Dec 2019 00:22:30 +0000 Subject: [PATCH] Update to 1.15.1 and bump version to 2.3.7-pre3 --- build.gradle | 8 ++++++-- gradle.properties | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 768eda1c8..b7bdd6d26 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/gradle.properties b/gradle.properties index fd69cca13..fb55a4acd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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