aboutsummaryrefslogtreecommitdiff
path: root/fabric/build.gradle
diff options
context:
space:
mode:
authorhackthetime <l4bg0jb7@duck.com>2023-11-22 10:44:16 +0100
committerhackthetime <l4bg0jb7@duck.com>2023-11-22 10:44:16 +0100
commitcc07573c35f5df8d81379db4cb6eaa5d6fc496c8 (patch)
treefbf7af9ed2fe556087095ea29cf1b9da62b2b789 /fabric/build.gradle
parent20d4f8658d9697fa1aa04a9338f066b38a97ffc5 (diff)
downloadBBsentials-cc07573c35f5df8d81379db4cb6eaa5d6fc496c8.tar.gz
BBsentials-cc07573c35f5df8d81379db4cb6eaa5d6fc496c8.tar.bz2
BBsentials-cc07573c35f5df8d81379db4cb6eaa5d6fc496c8.zip
renamed ExampleMod to ForgeMod.
Added implemented missing Utils for Forge from PlayerList
Diffstat (limited to 'fabric/build.gradle')
-rw-r--r--fabric/build.gradle3
1 files changed, 2 insertions, 1 deletions
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")
}
}