From 9be14032f666de3aeeb748a906b2e46644503b94 Mon Sep 17 00:00:00 2001 From: wirytiox <79142532+wirytiox@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:10:07 -0300 Subject: [PATCH 1/3] Update cf-exclude-include.json i added zume, it was producing a crash on industrial-village modpack, the creator said that it was client only. --- files/cf-exclude-include.json | 1 + 1 file changed, 1 insertion(+) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index 808dd4dff15..62dc02d2c5a 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -1,5 +1,6 @@ { "globalExcludes": [ + "zume", "ambientsounds", "armor-toughness-bar", "biomeinfo", From a54cc75d9a72b813182e90ac5a032cee5ea86e77 Mon Sep 17 00:00:00 2001 From: wirytiox <79142532+wirytiox@users.noreply.github.com> Date: Wed, 5 Jun 2024 01:47:48 -0300 Subject: [PATCH 2/3] Update cf-exclude-include.json alphabetical --- files/cf-exclude-include.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index 62dc02d2c5a..1e22123d220 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -1,6 +1,6 @@ { "globalExcludes": [ - "zume", + "ambientsounds", "armor-toughness-bar", "biomeinfo", @@ -49,7 +49,8 @@ "thaumic-jei", "tips", "torohealth-damage-indicators", - "waila-harvestability" + "waila-harvestability", + "zume" ], "modpacks": { "all-of-fabric-6": { From 77c52ad28921bfe99aceb357741984995e256c60 Mon Sep 17 00:00:00 2001 From: wirytiox <79142532+wirytiox@users.noreply.github.com> Date: Wed, 5 Jun 2024 01:48:46 -0300 Subject: [PATCH 3/3] Update cf-exclude-include.json