Skip to content

Commit c6769f8

Browse files
committed
Update fabric.mod.json with recommended mods, and add 400x400 icon
1 parent 238c5c5 commit c6769f8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
5858

5959
// Cloth config
60-
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
60+
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
6161
exclude(group: "net.fabricmc.fabric-api")
6262
}
6363
include "me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}"
44 KB
Loading

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
"java": ">=21",
3636
"fabric-api": "*"
3737
},
38+
"recommends": {
39+
"entityculling": ">=1.6.4",
40+
"modmenu": ">=10.0.0"
41+
},
3842
"custom": {
3943
"modmenu": {
4044
"update_checker": true

0 commit comments

Comments
 (0)