From f7cfdb81f3de8a96bc365b70204311c6fa2ed6ea Mon Sep 17 00:00:00 2001 From: PetitFrapo <86121866+PetitFrapo@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:01:10 +0100 Subject: [PATCH] Add Node IDs dependency --- mod.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mod.json b/mod.json index 113cf56..1a131f0 100644 --- a/mod.json +++ b/mod.json @@ -5,5 +5,12 @@ "id": "petitfrapo.nomoregrayfilter", "name": "NoMoreGrayFilter", "developer": "PetitFrapo", - "description": "Removes the filthy gray filter from the Event, Map and Versus button. Should be compatible with any mod, but please report any issue on the GitHub repo. Cosmetic only of course." -} \ No newline at end of file + "description": "Removes the filthy gray filter from the Event, Map and Versus button. Should be compatible with any mod, but please report any issue on the GitHub repo. Cosmetic only of course.", + "dependencies": [ + { + "id": "geode.node-ids", + "version": "v1.7.0", + "importance": "required" + } + ] +}