From 10772b146ff6af263c9c073028f85d34477b5d08 Mon Sep 17 00:00:00 2001 From: Juuxel <6596629+Juuxel@users.noreply.github.com> Date: Sun, 31 Jan 2021 16:46:03 +0200 Subject: Add panel layout insets --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.gradle') 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 { -- cgit