Skip to content

Commit

Permalink
Add Node IDs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PetitFrapo authored Mar 18, 2024
1 parent ceab03f commit f7cfdb8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
"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"
}
]
}

0 comments on commit f7cfdb8

Please sign in to comment.