diff --git a/CHANGELOG.md b/CHANGELOG.md index 0164855a7..7c16391cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - Added curios/trinkets totems compatibility - Fixed mauler infinite experience glitch - Fixed maulers shadow rendering when burrowed down -- Fixed tuff golem navitation when going to sleep +- Fixed tuff golem navigation when going to sleep ## mc1.19.4-1.8.2, May 17, 2023 @@ -37,7 +37,7 @@ - Added curios/trinkets totems compatibility - Fixed mauler infinite experience glitch - Fixed maulers shadow rendering when burrowed down -- Fixed tuff golem navitation when going to sleep +- Fixed tuff golem navigation when going to sleep ## mc1.19.3-1.8.2, May 17, 2023 @@ -97,7 +97,7 @@ - Added curios/trinkets totems compatibility - Fixed mauler infinite experience glitch - Fixed maulers shadow rendering when burrowed down -- Fixed tuff golem navitation when going to sleep +- Fixed tuff golem navigation when going to sleep ## mc1.19.2-1.8.2, May 17, 2023 diff --git a/common/build.gradle b/common/build.gradle index 67ec1fd90..575d4c845 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,8 +10,8 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}" modImplementation("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}") - implementation("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}") - annotationProcessor("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}") + implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${rootProject.mixin_extras_version}")) + } repositories {