diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 19:38:15 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 19:38:15 +0300 |
commit | da554fce60f1cba794a9c062b3ded81caf1f57b9 (patch) | |
tree | bbb3c8cc374391856f44064074e2b7d709024be6 /build.gradle | |
parent | 24aec1403fc9e3f1868e66b90bc83dacdb07ca06 (diff) | |
download | LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.tar.gz LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.tar.bz2 LibGui-da554fce60f1cba794a9c062b3ded81caf1f57b9.zip |
Replace bad 9patch with LibNinePatch, fix bug with ItemIcon
Also adds nicer tests with client-side commands.
/libgui config: opens the config GUI without Mod Menu
/libgui tab: opens a tab test GUI
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index db828bb..c3053a5 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,9 @@ 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}") + // TODO: Add runtime when ModMenu updates to 1.17 modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' |