Update to MC 1.14.3

This commit is contained in:
Jonas Herzig
2019-06-24 18:17:51 +02:00
parent 1f547f92ce
commit 214da6ba59
22 changed files with 93 additions and 84 deletions

View File

@@ -211,16 +211,16 @@ def shadeExclusions = {
dependencies {
if (FABRIC) {
minecraft 'com.mojang:minecraft:' + [
11402: '1.14.2'
11403: '1.14.3',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11402: '1.14.2+build.2'
11403: '1.14.3+build.1',
][mcVersion]
modCompile 'net.fabricmc:fabric-loader:' + [
11402: '0.4.8+build.154'
11403: '0.4.8+build.155',
][mcVersion]
modCompile 'net.fabricmc.fabric-api:fabric-api:' + [
11402: '0.3.0+build.170'
11403: '0.3.0+build.185',
][mcVersion]
}
@@ -256,7 +256,7 @@ dependencies {
def studioVersion = mcVersionStr
if (studioVersion == '1.8.9') studioVersion = '1.8'
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:e6f1a4b", shadeExclusions
shadow "com.github.ReplayMod.ReplayStudio:$studioVersion:8eeb9f5", 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