diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 16:46:03 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 16:46:03 +0200 |
commit | 10772b146ff6af263c9c073028f85d34477b5d08 (patch) | |
tree | 363a326392394312ba9d94cfd8b3e21bee4c55d8 /build.gradle | |
parent | 124eab73545d49b9a5188f09f7cb32714af49b1e (diff) | |
download | LibGui-10772b146ff6af263c9c073028f85d34477b5d08.tar.gz LibGui-10772b146ff6af263c9c073028f85d34477b5d08.tar.bz2 LibGui-10772b146ff6af263c9c073028f85d34477b5d08.zip |
Add panel layout insets
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index d7c3955..9c4aa77 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,10 @@ dependencies { modImplementation "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" include "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" - modRuntime(modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { + // TODO: Add modmenu on runtime when it's stable + modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' - }) + } } processResources { |