From a28f191ff6c18bb1f24ca0c7e3d1646c8f60f0ba Mon Sep 17 00:00:00 2001 From: arcade_kappa Date: Wed, 30 Oct 2024 10:51:03 +0800 Subject: [PATCH] Update MixinExtra like upstream mixinbooter --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08d2605c..8283f314 100644 --- a/build.gradle +++ b/build.gradle @@ -499,7 +499,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.1') + installer annotationProcessor('io.github.llamalad7:mixinextras-common:0.5.0-beta.4') testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'