From 54560354edb5cf7c2f293001d83b27fd956584f8 Mon Sep 17 00:00:00 2001 From: Bawnorton Date: Mon, 30 Sep 2024 11:31:58 -0700 Subject: [PATCH 1/3] Change MixinSquared dependency group --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd4e6a3..e686772 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { modImplementation("dev.isxander:yet-another-config-lib:${property("deps.yacl")!!}") modImplementation("com.terraformersmc:modmenu:${property("deps.modMenu")!!}") - include(implementation(annotationProcessor("com.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")!!)!!) + include(implementation(annotationProcessor("com.github.bawnorton:mixinsquared-fabric:0.2.0-beta.6")!!)!!) include(modImplementation("dev.nyon:konfig:2.0.2-1.20.4")!!) } From a03bed9a5eee74d2b37b75c8ca360d1962a6d075 Mon Sep 17 00:00:00 2001 From: Bawnorton Date: Mon, 30 Sep 2024 11:39:23 -0700 Subject: [PATCH 2/3] Typo From b9430922b1329d655b7bd16af52801ddaad24854 Mon Sep 17 00:00:00 2001 From: Bawnorton Date: Mon, 30 Sep 2024 11:40:19 -0700 Subject: [PATCH 3/3] Typo --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e686772..7879ca1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { modImplementation("dev.isxander:yet-another-config-lib:${property("deps.yacl")!!}") modImplementation("com.terraformersmc:modmenu:${property("deps.modMenu")!!}") - include(implementation(annotationProcessor("com.github.bawnorton:mixinsquared-fabric:0.2.0-beta.6")!!)!!) + include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")!!)!!) include(modImplementation("dev.nyon:konfig:2.0.2-1.20.4")!!) }