Update to 1.17.1

This commit is contained in:
Jonas Herzig
2021-07-24 11:05:39 +02:00
parent 927db36baa
commit 2415a886e2
6 changed files with 16 additions and 4 deletions

View File

@@ -239,6 +239,7 @@ dependencies {
11603: '1.16.3',
11604: '1.16.4',
11700: '1.17',
11701: '1.17.1',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16',
@@ -247,6 +248,7 @@ dependencies {
11603: '1.16.3+build.1:v2',
11604: '1.16.4+build.6:v2',
11700: '1.17+build.13:v2',
11701: '1.17.1+build.29:v2',
][mcVersion]
modImplementation 'net.fabricmc:fabric-loader:0.11.6'
def fabricApiVersion = [
@@ -256,6 +258,7 @@ dependencies {
11603: '0.17.1+build.394-1.16',
11604: '0.25.1+build.416-1.16',
11700: '0.36.0+1.17',
11701: '0.37.1+1.17',
][mcVersion]
def fabricApiModules = [
"api-base",
@@ -326,7 +329,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:0e72e36", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:a67fb11", shadeExclusions
implementation(jGui){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those