From 1a92028f3b019eca1cf2d460f598bb131dae8457 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sat, 5 Jun 2021 00:22:57 +0300 Subject: Update Mod Menu support --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index cb215c6..b73c0d9 100644 --- a/build.gradle +++ b/build.gradle @@ -40,10 +40,9 @@ dependencies { // 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") { + modRuntime(modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' - } + }) } processResources { -- cgit