From 8ade4e173a03fcb3080025d11c6e51f5976f3ccc Mon Sep 17 00:00:00 2001 From: inglettronald Date: Sun, 11 Jun 2023 22:57:55 -0500 Subject: wip --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 4a72a50..9937d07 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,8 @@ dependencies { modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.1.2") implementation "meteordevelopment:orbit:0.2.3" modApi "me.shedaniel.cloth:cloth-config-fabric:11.0.99" + implementation "com.github.LlamaLad7:MixinExtras:0.1.1" + annotationProcessor "com.github.LlamaLad7:MixinExtras:0.1.1" } loom { -- cgit