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 478baf4 commit 64b7dc5Copy full SHA for 64b7dc5
build.gradle
@@ -45,6 +45,10 @@ dependencies {
45
minecraft "com.mojang:minecraft:${project.minecraft_version}"
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}"
0 commit comments