Enable Quick Mode for 1.8.x

This commit is contained in:
Jonas Herzig
2022-03-06 11:46:01 +01:00
parent 74049dad77
commit 1fa027f362
4 changed files with 16 additions and 14 deletions

View File

@@ -338,7 +338,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8'
shadow "com.github.ReplayMod:ReplayStudio:9c5dec8", shadeExclusions
shadow "com.github.ReplayMod:ReplayStudio:6d081f6", 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