From 1541ca38d4547e81c1d9d07f9f46db1354a0061d Mon Sep 17 00:00:00 2001 From: SD Date: Sun, 16 Jan 2022 12:17:19 +0530 Subject: [PATCH] remove datagen api --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index e93941ed..06a6c60a 100644 --- a/build.gradle +++ b/build.gradle @@ -134,12 +134,12 @@ dependencies { exclude module: "modmenu" exclude module: "fabric-api" } - modCompileOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") { - exclude module: "fabric-api" - } - modRuntimeOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") { - exclude module: "fabric-api" - } +// modCompileOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") { +// exclude module: "fabric-api" +// } +// modRuntimeOnly("me.shedaniel.cloth.api:cloth-datagen-api-v1:3.0.55") { +// exclude module: "fabric-api" +// } modCompileOnly "curse.maven:worldedit-225608:3559499" modRuntimeOnly "curse.maven:worldedit-225608:3559499"