diff --git a/jGui b/jGui index 04bcf018..d262f924 160000 --- a/jGui +++ b/jGui @@ -1 +1 @@ -Subproject commit 04bcf018c9404ef02b7112bf49a55af6520125a2 +Subproject commit d262f924ed0646f79568878dbbd01df330c5be1e diff --git a/versions/common.gradle b/versions/common.gradle index a6819cd7..01adc6d5 100644 --- a/versions/common.gradle +++ b/versions/common.gradle @@ -284,9 +284,7 @@ dependencies { transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those exclude group: 'org.projectlombok', module: 'lombok' // runtime only for @SneakyThrows which isn't used } - jGui.afterEvaluate { - shadow files(jGui.tasks.preshadowJar.archivePath) // include pre-shadowed lwjgl_util - } + shadow 'com.github.ReplayMod:lwjgl-utils:27dcd66' if (FABRIC) { if (mcVersion >= 11600) {