From b193a9be177454f0a7ddfe54d18408a6fcc2e7ae Mon Sep 17 00:00:00 2001 From: arcade_kappa Date: Wed, 1 May 2024 11:32:52 +0800 Subject: [PATCH] Update Mixin to fix a transformer problem --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 522f1e02d..ceca7c9a2 100644 --- a/build.gradle +++ b/build.gradle @@ -490,7 +490,7 @@ project(':cleanroom') { installer 'org.openjdk.nashorn:nashorn-core:15.4' // Mixin - installer 'com.cleanroommc:sponge-mixin:0.19.4+mixin.0.8.5' + installer 'com.cleanroommc:sponge-mixin:0.19.5+mixin.0.8.5' installer annotationProcessor('io.github.llamalad7:mixinextras-common:0.3.5') testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'