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" + } + ] +}