From e090b0aef57b171d9b1772a0b0891c4e81a1d854 Mon Sep 17 00:00:00 2001 From: EmilyxFox <48589793+EmilyxFox@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:39:27 +0100 Subject: [PATCH] add advancement plaques to cf exclusions (#3168) --- files/cf-exclude-include.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index c4a9be1a..a4279b79 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -1,5 +1,6 @@ { "globalExcludes": [ + "advancement-plaques", "ambience-music-mod", "ambientsounds", "appleskin", @@ -128,19 +129,13 @@ ], "modpacks": { "all-of-fabric-6": { - "forceIncludes": [ - "revelationary" - ] + "forceIncludes": ["revelationary"] }, "valhelsia-5": { - "excludes": [ - "modernfix" - ] + "excludes": ["modernfix"] }, "create-arcane-engineering": { - "forceIncludes": [ - "just-enough-resources-jer" - ] + "forceIncludes": ["just-enough-resources-jer"] } } }