From b2ddb7675068322d971def2c3d89357c7521b407 Mon Sep 17 00:00:00 2001 From: nohehf Date: Tue, 20 Feb 2024 19:08:06 +0100 Subject: [PATCH 1/2] feat: force include just-enough-resources-jer for create-arcane-engineering modpack --- files/cf-exclude-include.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index 3de93960a17..be1806edfdc 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -51,14 +51,13 @@ ], "modpacks": { "all-of-fabric-6": { - "forceIncludes": [ - "revelationary" - ] + "forceIncludes": ["revelationary"] }, "valhelsia-5": { - "excludes": [ - "modernfix" - ] + "excludes": ["modernfix"] + }, + "create-arcane-engineering": { + "forceIncludes": ["just-enough-resources-jer"] } } } From 646e5c69d51e0584da3cb9b996eae52fc0e05c08 Mon Sep 17 00:00:00 2001 From: nohehf Date: Wed, 21 Feb 2024 18:29:20 +0100 Subject: [PATCH 2/2] style: revert json formatting --- files/cf-exclude-include.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index be1806edfdc..f2a14c13597 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -51,13 +51,19 @@ ], "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" + ] } } }