From cc07573c35f5df8d81379db4cb6eaa5d6fc496c8 Mon Sep 17 00:00:00 2001 From: hackthetime Date: Wed, 22 Nov 2023 10:44:16 +0100 Subject: renamed ExampleMod to ForgeMod. Added implemented missing Utils for Forge from PlayerList --- fabric/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fabric') diff --git a/fabric/build.gradle b/fabric/build.gradle index df68863..ae6e01f 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -24,7 +24,8 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation 'com.terraformersmc:modmenu:8.0.0' modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.109") { + + modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.111") { exclude(group: "net.fabricmc.fabric-api") } } -- cgit