

The ingame mod browser.
The mod sources are taken from balatro-mod-index, modified for the purpose of smaller API requests.
Make a configuration file in <Balatro>/config/imm.txt.
Config is formatted in a key=value pair.
githubTokenAllows player to specify the GitHub API token. This is used to increase the 60/hour ratelimit, when getting mod releases in Balatro Mod Index.
nextEnableDetermines what mod to load at the next loading.
The entry is mod ID and version separated by = (includes surrounding whitespaces).
The list is separated by == (includes surrounding whitespaces).
e.g. Steamodded=1.0.0~beta-0827c == Cryptid=0.5.12a
Changes won't be applied with the next restart.
Used for when Balatro crashes at loading and it disables all mods. This config can be used to re-enable all disabled mods during loading crash.
If your mod is not included, make sure your mod exists in balatro-mod-index and that your repo contains a valid metadata file.
See here for details.
For mod releases, please make sure to use the Github Releases. I recommend that you name your tags based on your mod version, with some conversion:
~ is converted to - (e.g. 1.0.0~alpha-1 -> 1.0.0-alpha-5)v is ignored (e.g. v1.0.0 -> 1.0.0)