Skip to content

Commit 47034e4

Browse files
Remove cloth config
1 parent 2dde939 commit 47034e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ dependencies {
4646
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
4747
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
4848

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-
5349
// Fabric API. This is technically optional, but you probably want it anyway.
5450
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
5551
}
@@ -113,4 +109,4 @@ publishing {
113109
// uncomment to publish to the local maven
114110
// mavenLocal()
115111
}
116-
}
112+
}

0 commit comments

Comments
 (0)