From 21f2a7e86cf83ee9b8a57e493a6c666faf0f807c Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 15 Mar 2025 15:07:12 +0000 Subject: [PATCH] Exclude compass-coords globally from cf and mr, client side mod (#3361) --- files/cf-exclude-include.json | 1 + files/modrinth-exclude-include.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index 2240c69e..40f1ee34 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -24,6 +24,7 @@ "cherished-worlds", "chunk-animator", "clickable-advancements", + "compass-coords", "configured", "controlling", "craftpresence", diff --git a/files/modrinth-exclude-include.json b/files/modrinth-exclude-include.json index ab7cef57..8930139f 100644 --- a/files/modrinth-exclude-include.json +++ b/files/modrinth-exclude-include.json @@ -22,6 +22,7 @@ "cherishedworlds", "citresewn", "clickadv", + "compass-coords", "connectedness", "connector", "craftpresence", @@ -85,4 +86,4 @@ ], "globalForceIncludes": [], "modpacks": {} -} \ No newline at end of file +}