diff options
author | inglettronald <inglettronald@gmail.com> | 2023-06-11 22:57:55 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-06-11 22:57:55 -0500 |
commit | 8ade4e173a03fcb3080025d11c6e51f5976f3ccc (patch) | |
tree | 2adce93925feb17af340dfb53bc79f6bd159a2ca /build.gradle | |
parent | a30fcadbeed2997ad1607d488ba7548c799a6033 (diff) | |
download | DulkirMod-Fabric-8ade4e173a03fcb3080025d11c6e51f5976f3ccc.tar.gz DulkirMod-Fabric-8ade4e173a03fcb3080025d11c6e51f5976f3ccc.tar.bz2 DulkirMod-Fabric-8ade4e173a03fcb3080025d11c6e51f5976f3ccc.zip |
wip
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |