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 238c5c5 commit c6769f8Copy full SHA for c6769f8
build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
58
59
// Cloth config
60
- modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
+ modApi("me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}") {
61
exclude(group: "net.fabricmc.fabric-api")
62
}
63
include "me.shedaniel.cloth:cloth-config-fabric:${project.clothconfig_version}"
src/main/resources/assets/too-many-entities/icon_400x400.png
44 KB
src/main/resources/fabric.mod.json
@@ -35,6 +35,10 @@
35
"java": ">=21",
36
"fabric-api": "*"
37
},
38
+ "recommends": {
39
+ "entityculling": ">=1.6.4",
40
+ "modmenu": ">=10.0.0"
41
+ },
42
"custom": {
43
"modmenu": {
44
"update_checker": true
0 commit comments