Skip to content

Commit

Permalink
reduce the mod file size
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed May 16, 2024
1 parent be92f3c commit 4661532
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 @@ -30,7 +30,7 @@ dependencies {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"
// include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"

modImplementation "com.terraformersmc:modmenu:6.3.1"
}
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 @@ -27,6 +27,7 @@
],

"depends": {
"fabric": "*"
"fabric": "*",
"cloth-config": "*"
}
}

0 comments on commit 4661532

Please sign in to comment.