We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad6b1a commit f47b3efCopy full SHA for f47b3ef
build.gradle
@@ -47,8 +47,8 @@ dependencies {
47
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
48
49
// Cloth Config API
50
- include "me.shedaniel.cloth:cloth-config-fabric:6.2.62"
51
- modImplementation "me.shedaniel.cloth:cloth-config-fabric:6.2.62"
+ include "me.shedaniel.cloth:cloth-config-fabric:6.2.57"
+ modImplementation "me.shedaniel.cloth:cloth-config-fabric:6.2.57"
52
53
// Fabric API. This is technically optional, but you probably want it anyway.
54
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
0 commit comments