From 3d912037c67c4ff23dd2510902a6901795f8b436 Mon Sep 17 00:00:00 2001 From: Mysticpasta1 Date: Tue, 21 Jun 2022 17:17:04 -0500 Subject: [PATCH] Update build.gradle --- build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c537d13..cfff1ff 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,10 @@ repositories { maven { url = "https://maven.parchmentmc.org" } + maven { + name = "cursemaven" + url = "https://www.cursemaven.com" + } } dependencies { @@ -34,9 +38,7 @@ dependencies { forge "net.minecraftforge:forge:${project.forge_version}" modImplementation "com.github.Mysticpasta1:mcef-forge:master-SNAPSHOT" - modApi("me.shedaniel.cloth:cloth-config-fabric:6.2.62") { - exclude(group: "net.fabricmc.fabric-api") - } + modImplementation "curse.maven:cloth_config_forge-348521:3546623" // Uncomment the following line to enable the deprecated Fabric API modules. // These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.