Skip to content

Commit

Permalink
add cloth config as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Jul 5, 2021
1 parent 4e74462 commit 4f1ddeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
}

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": ">=1.17",
"java": ">=16"
"java": ">=16",
"cloth-config2": ">=5.0.34"
},
"suggests": {
"modmenu": "*"
Expand Down

0 comments on commit 4f1ddeb

Please sign in to comment.