From ac8889d11a40a00c32bf16a5efd4860857324ecc Mon Sep 17 00:00:00 2001 From: JFronny Date: Wed, 2 Mar 2022 18:22:14 +0100 Subject: [PATCH] Include needed FAPI module --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 08e06fc..cccbfdc 100644 --- a/build.gradle +++ b/build.gradle @@ -8,5 +8,5 @@ dependencies { modImplementation "com.terraformersmc:modmenu:3.1.0" // Compat fix - modRuntimeOnly(fabricApi.module("fabric-command-api-v1", "${project.fabric_version}")) + include modImplementation(fabricApi.module("fabric-command-api-v1", "${project.fabric_version}")) }