modrinth: fix force include handling of default-excluded project (#3622)

This commit is contained in:
Geoff Bourne
2025-08-16 16:50:43 -05:00
committed by GitHub
parent b1d68a65aa
commit 75082daa1d
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -24,7 +24,6 @@
"cherishedworlds",
"citresewn",
"clickadv",
"cloth-config",
"cobblemon-ui-tweaks",
"compass-coords",
"connectedness",
@@ -104,5 +103,11 @@
"zume"
],
"globalForceIncludes": [],
"modpacks": {}
"modpacks": {
"cobbleverse": {
"excludes": [
"cloth-config"
]
}
}
}