aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-01-31 16:46:03 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-01-31 16:46:03 +0200
commit10772b146ff6af263c9c073028f85d34477b5d08 (patch)
tree363a326392394312ba9d94cfd8b3e21bee4c55d8 /build.gradle
parent124eab73545d49b9a5188f09f7cb32714af49b1e (diff)
downloadLibGui-10772b146ff6af263c9c073028f85d34477b5d08.tar.gz
LibGui-10772b146ff6af263c9c073028f85d34477b5d08.tar.bz2
LibGui-10772b146ff6af263c9c073028f85d34477b5d08.zip
Add panel layout insets
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
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 {