From be6613a377dab0dd8d4d7f30e996d1df129bf117 Mon Sep 17 00:00:00 2001 From: Eli Orona Date: Mon, 1 Apr 2024 18:28:44 -0700 Subject: [PATCH] Beneath the Wetlands Incompatibility (#194) --- public/incompatible-mods.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/incompatible-mods.json b/public/incompatible-mods.json index e46474249..fd008a787 100644 --- a/public/incompatible-mods.json +++ b/public/incompatible-mods.json @@ -120,5 +120,11 @@ "name": "CreativeCore", "type": "WORKAROUND", "note": "Occasionally breaks the search tab in the creative mode item screen, and spams errors in logs. The issue can be fixed via using its `/cmdclientconfig` command to set `playSoundWithOffset` to `false`. Relevant issue: https://github.com/CreativeMD/CreativeCore/issues/205." - } + }, + { + "ids": ["wetlands"], + "name": "Beneath the Wetlands", + "type": "SELF", + "note": "Tracking issue: https://github.com/birchfolks/Beneath-the-Wetlands/issues/13" + } ]