diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c54dd44..ffeeb22 100644 --- a/build.gradle +++ b/build.gradle @@ -28,6 +28,7 @@ repositories { } maven { url "https://maven.shedaniel.me/" } maven { url "https://maven.terraformersmc.com/releases/" } + maven { url = "https://jitpack.io/" } } dependencies { @@ -40,8 +41,9 @@ 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" + include "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" + implementation "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" + annotationProcessor "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9" } loom { |