Bump to MC 1.18

This commit is contained in:
Jonas Herzig
2021-12-01 13:01:12 +01:00
parent d6cd917d9d
commit 9fa5adf395
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ dependencies {
11604: '1.16.4',
11700: '1.17',
11701: '1.17.1',
11800: '1.18-rc4',
11800: '1.18',
][mcVersion]
mappings 'net.fabricmc:yarn:' + [
11404: '1.14.4+build.16',
@@ -253,7 +253,7 @@ dependencies {
11604: '1.16.4+build.6:v2',
11700: '1.17+build.13:v2',
11701: '1.17.1+build.29:v2',
11800: '1.18-rc4+build.1:v2',
11800: '1.18+build.1:v2',
][mcVersion]
modImplementation 'net.fabricmc:fabric-loader:0.12.5'
def fabricApiVersion = [
@@ -335,7 +335,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:69b1296", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:8cfd22c", shadeExclusions
implementation(FABRIC ? dependencies.project(path: jGui.path, configuration: "namedElements") : jGui) {
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those