Skip to content

Commit 64b7dc5

Browse files
Update build.gradle
1 parent 478baf4 commit 64b7dc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ dependencies {
4545
minecraft "com.mojang:minecraft:${project.minecraft_version}"
4646
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
4747
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"
4852

4953
// Fabric API. This is technically optional, but you probably want it anyway.
5054
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

0 commit comments

Comments
 (0)