From 1c73b818fd4dbf936f7ffb1936a4119067890c8d Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 18 Jan 2023 21:50:11 -0600 Subject: [PATCH] Add legendary-tooltips to exclusions (#1915) --- files/cf-exclude-include.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index 62ad8e64..7ecd148b 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -10,9 +10,14 @@ "entity-texture-features-fabric", "carry-on", "ignitioncoil", - "defensive-measures" + "defensive-measures", + "legendary-tooltips" ], - "globalForceIncludes": [ - "revelationary" - ] + "modpacks": { + "all-of-fabric-6": { + "forceIncludes": [ + "revelationary" + ] + } + } } \ No newline at end of file