From 12fce8578a8fdd0f7c346a253f3fe5a5eb76030a Mon Sep 17 00:00:00 2001 From: arcade_kappa Date: Sun, 18 Aug 2024 23:31:45 +0800 Subject: [PATCH] Update MixinExtra --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a9a8a18e..a423648dc 100644 --- a/build.gradle +++ b/build.gradle @@ -498,7 +498,7 @@ project(':cleanroom') { // Mixin installer 'com.cleanroommc:sponge-mixin:0.20.6+mixin.0.8.7' - installer annotationProcessor('io.github.llamalad7:mixinextras-common:0.4.0') + installer annotationProcessor('io.github.llamalad7:mixinextras-common:0.4.1') testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'