aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:49:03 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:49:03 +0300
commit152896ead869932e3f3f10c17f3ddc67cb449430 (patch)
treebe3ae369ecfacc7b7b579e3b9441f27ac752e4fa
parent3c863b5390cef8a1c55a61b35ca1e46ac7164bc0 (diff)
downloadLibGui-152896ead869932e3f3f10c17f3ddc67cb449430.tar.gz
LibGui-152896ead869932e3f3f10c17f3ddc67cb449430.tar.bz2
LibGui-152896ead869932e3f3f10c17f3ddc67cb449430.zip
Use api instead of modApi for LNP
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index c335266..20def24 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,8 +52,7 @@ dependencies {
modImplementation "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}"
include "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}"
- // Using modApi instead of api because of https://github.com/FabricMC/fabric-loom/issues/200
- include modApi("io.github.juuxel:libninepatch:${project.libninepatch_version}")
+ include api("io.github.juuxel:libninepatch:${project.libninepatch_version}")
modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") {
exclude group: 'net.fabricmc.fabric-api'