diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-28 16:30:45 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-05 17:08:49 -0500 |
commit | 8266bc444e0b93fe70bb1b54529469d899c5e9c0 (patch) | |
tree | e78c5f5a3e355883f58110339c2ace2069b80250 /build.gradle | |
parent | 59f7642cda0b1014149b16304ed149382f3e2bdf (diff) | |
download | Skyblocker-8266bc444e0b93fe70bb1b54529469d899c5e9c0.tar.gz Skyblocker-8266bc444e0b93fe70bb1b54529469d899c5e9c0.tar.bz2 Skyblocker-8266bc444e0b93fe70bb1b54529469d899c5e9c0.zip |
Fabric Loader 0.15
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 6a8dca61..3568facc 100644 --- a/build.gradle +++ b/build.gradle @@ -60,9 +60,6 @@ dependencies { include modImplementation("meteordevelopment:discord-ipc:1.1") - // Mixin Extras (https://github.com/LlamaLad7/MixinExtras) - include implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")) - // BetterInject (https://github.com/caoimhebyrne/BetterInject) include implementation(annotationProcessor("com.github.cbyrneee:BetterInject:${project.betterinject_version}")) |