From bf396afc531915784b86ccb6f037378e6715e9f8 Mon Sep 17 00:00:00 2001 From: Rongmario Date: Wed, 20 Jul 2022 19:33:12 +0100 Subject: [PATCH] Update MixinBooter to 5.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30f1347..d1dbaba 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { deobfCompile 'com.cleanroommc:assetmover:0.2' } if (project.use_mixins.toBoolean()) { - deobfCompile 'zone.rong:mixinbooter:4.2' + deobfCompile 'zone.rong:mixinbooter:5.0' } }