aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.gradle2
-rw-r--r--gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 82f0cd1e2..0308dc0ea 100755
--- a/build.gradle
+++ b/build.gradle
@@ -68,7 +68,7 @@ allprojects {
include("me.shedaniel.cloth.api:cloth-client-events-v0:${cloth_client_events_v0_version}") {
transitive(false)
}
- modApi("me.shedaniel.cloth:cloth-config:${cloth_config_version}:fabric") {
+ modApi("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}") {
exclude(module: "fabric-api")
}
modApi("org.jetbrains:annotations:19.0.0")
diff --git a/gradle.properties b/gradle.properties
index 9a7e32a07..9d687d8fb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ supported_version=1.16.2/3/4/5
minecraft_version=1.16.5
fabricloader_version=0.11.1
cloth_client_events_v0_version=1.5.47
-cloth_config_version=4.10.9
+cloth_config_version=4.10.12
modmenu_version=1.16.7
fabric_api=0.30.0+1.16
api_include=me.shedaniel.cloth.api:cloth-client-events-v0,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,net.fabricmc.fabric-api:fabric-api-base