Update to MC 1.16.4 (closes #406)

This commit is contained in:
Jonas Herzig
2020-11-06 15:10:26 +01:00
parent 4bff201307
commit c620e2cf9e
5 changed files with 10 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ val doRelease by tasks.registering {
defaultTasks("shadowJar") defaultTasks("shadowJar")
preprocess { preprocess {
"1.16.3"(11603, "yarn") { "1.16.4"(11604, "yarn") {
"1.16.1"(11601, "yarn") { "1.16.1"(11601, "yarn") {
"1.15.2"(11502, "yarn") { "1.15.2"(11502, "yarn") {
"1.14.4"(11404, "yarn", file("versions/mapping-fabric-1.15.2-1.14.4.txt")) { "1.14.4"(11404, "yarn", file("versions/mapping-fabric-1.15.2-1.14.4.txt")) {

2
jGui

Submodule jGui updated: afe093a35f...6b16892d64

View File

@@ -29,7 +29,7 @@ val jGuiVersions = listOf(
"1.14.4", "1.14.4",
"1.15.2", "1.15.2",
"1.16.1", "1.16.1",
"1.16.3" "1.16.4"
) )
val replayModVersions = listOf( val replayModVersions = listOf(
"1.7.10", "1.7.10",
@@ -46,7 +46,7 @@ val replayModVersions = listOf(
"1.14.4", "1.14.4",
"1.15.2", "1.15.2",
"1.16.1", "1.16.1",
"1.16.3" "1.16.4"
) )
include(":jGui") include(":jGui")

View File

@@ -226,24 +226,28 @@ dependencies {
11502: '1.15.2', 11502: '1.15.2',
11601: '1.16.1', 11601: '1.16.1',
11603: '1.16.3', 11603: '1.16.3',
11604: '1.16.4',
][mcVersion] ][mcVersion]
mappings 'net.fabricmc:yarn:' + [ mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16', 11404: '1.14.4+build.16',
11502: '1.15.2+build.14', 11502: '1.15.2+build.14',
11601: '1.16.1+build.17:v2', 11601: '1.16.1+build.17:v2',
11603: '1.16.3+build.1:v2', 11603: '1.16.3+build.1:v2',
11604: '1.16.4+build.6:v2',
][mcVersion] ][mcVersion]
modCompile 'net.fabricmc:fabric-loader:' + [ modCompile 'net.fabricmc:fabric-loader:' + [
11404: '0.7.8+build.189', 11404: '0.7.8+build.189',
11502: '0.7.8+build.189', 11502: '0.7.8+build.189',
11601: '0.8.8+build.202', 11601: '0.8.8+build.202',
11603: '0.9.1+build.205', 11603: '0.9.1+build.205',
11604: '0.10.6+build.214',
][mcVersion] ][mcVersion]
def fabricApiVersion = [ def fabricApiVersion = [
11404: '0.4.3+build.247-1.14', 11404: '0.4.3+build.247-1.14',
11502: '0.5.1+build.294-1.15', 11502: '0.5.1+build.294-1.15',
11601: '0.14.0+build.371-1.16', 11601: '0.14.0+build.371-1.16',
11603: '0.17.1+build.394-1.16', 11603: '0.17.1+build.394-1.16',
11604: '0.25.1+build.416-1.16',
][mcVersion] ][mcVersion]
def fabricApiModules = [ def fabricApiModules = [
"api-base", "api-base",
@@ -305,7 +309,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:919db4e", shadeExclusions shadow "com.github.ReplayMod:ReplayStudio:830678c", shadeExclusions
implementation(jGui){ implementation(jGui){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those 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 @@
1.16.3 1.16.4