add advancement plaques to cf exclusions (#3168)

This commit is contained in:
EmilyxFox
2024-11-29 12:39:27 -06:00
committed by GitHub
parent a03d02e59e
commit e090b0aef5
+4 -9
View File
@@ -1,5 +1,6 @@
{ {
"globalExcludes": [ "globalExcludes": [
"advancement-plaques",
"ambience-music-mod", "ambience-music-mod",
"ambientsounds", "ambientsounds",
"appleskin", "appleskin",
@@ -128,19 +129,13 @@
], ],
"modpacks": { "modpacks": {
"all-of-fabric-6": { "all-of-fabric-6": {
"forceIncludes": [ "forceIncludes": ["revelationary"]
"revelationary"
]
}, },
"valhelsia-5": { "valhelsia-5": {
"excludes": [ "excludes": ["modernfix"]
"modernfix"
]
}, },
"create-arcane-engineering": { "create-arcane-engineering": {
"forceIncludes": [ "forceIncludes": ["just-enough-resources-jer"]
"just-enough-resources-jer"
]
} }
} }
} }