diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-09-22 10:49:03 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-09-22 10:49:03 +0300 |
commit | 152896ead869932e3f3f10c17f3ddc67cb449430 (patch) | |
tree | be3ae369ecfacc7b7b579e3b9441f27ac752e4fa | |
parent | 3c863b5390cef8a1c55a61b35ca1e46ac7164bc0 (diff) | |
download | LibGui-152896ead869932e3f3f10c17f3ddc67cb449430.tar.gz LibGui-152896ead869932e3f3f10c17f3ddc67cb449430.tar.bz2 LibGui-152896ead869932e3f3f10c17f3ddc67cb449430.zip |
Use api instead of modApi for LNP
-rw-r--r-- | build.gradle | 3 |
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' |