diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-11 13:48:58 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-11 13:48:58 +0300 |
commit | 50de295b5c106f4a50c82b4446240f0dcbb3f526 (patch) | |
tree | eab45da6bbf52ce1c03a11cbb465d1e2f165506d /build.gradle | |
parent | 6f41969c6c85be5d0f7ad0cf2537071f3befde66 (diff) | |
parent | 6b14e2b3afa122744d3ae209703fc44b041b4e80 (diff) | |
download | LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.tar.gz LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.tar.bz2 LibGui-50de295b5c106f4a50c82b4446240f0dcbb3f526.zip |
Merge branch 'unstable/8.0'
# Conflicts:
# gradle.properties
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonClientScreen.java
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonInventoryScreen.java
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 e116a82..0234a4d 100644 --- a/build.gradle +++ b/build.gradle @@ -94,6 +94,7 @@ dependencies { modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' + exclude group: 'net.fabricmc', module: 'fabric-loader' } // Test mod dependencies @@ -101,6 +102,7 @@ dependencies { modTestModImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modTestModRuntimeOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' + exclude group: 'net.fabricmc', module: 'fabric-loader' } } |