From f729e03ccc516c5564df3b6c143c4eb73d5fcdd5 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Thu, 17 Nov 2022 16:37:22 +0000 Subject: [PATCH] Update MixinBooter to 7.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f66885..73f8dc5 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ dependencies { deobfCompile 'com.cleanroommc:assetmover:0.2' } if (project.use_mixins.toBoolean()) { - deobfCompile 'zone.rong:mixinbooter:5.0' + deobfCompile 'zone.rong:mixinbooter:7.0' } }