We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dde939 commit 47034e4Copy full SHA for 47034e4
build.gradle
@@ -46,10 +46,6 @@ dependencies {
46
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
47
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
48
49
- // Cloth Config API
50
- include "me.shedaniel.cloth:cloth-config-fabric:8.0.75"
51
- modImplementation "me.shedaniel.cloth:cloth-config-fabric:8.0.75"
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}"
55
}
@@ -113,4 +109,4 @@ publishing {
113
109
// uncomment to publish to the local maven
114
110
// mavenLocal()
115
111
116
-}
112
+}
0 commit comments