Update to MC 1.14.2

This commit is contained in:
Jonas Herzig
2019-05-28 11:55:58 +02:00
parent d89655e69a
commit 208b9c1b60
6 changed files with 10 additions and 10 deletions

View File

@@ -206,16 +206,16 @@ def shadeExclusions = {
dependencies {
if (FABRIC) {
minecraft 'com.mojang:minecraft:' + [
11401: '1.14.1'
11402: '1.14.2'
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11401: '1.14.1+build.10'
11402: '1.14.2+build.2'
][mcVersion]
modCompile 'net.fabricmc:fabric-loader:' + [
11401: '0.4.7+build.147'
11402: '0.4.8+build.154'
][mcVersion]
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
11401: '0.3.0-pre+build.157'
11402: '0.3.0+build.170'
][mcVersion]
}
@@ -251,7 +251,7 @@ dependencies {
def studioVersion = mcVersionStr
if (studioVersion == '1.8.9') studioVersion = '1.8'
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:7400a59", shadeExclusions
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:e6f1a4b", shadeExclusions
shadowReobf(project(":jGui:$jGuiVersion")){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those

View File

@@ -1 +1 @@
11401
11402