I'm not sure whether to post this here or in bug reports but general rule of thumb is that its probably my fault so here goes:
According to the forge docs at https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/, when a new update for your mod is released, it'll display a little blinking emerald icon on the mods button on the main menu, and in the mods menu.
However, after getting it set up, the emerald does appear in the mods menu, but does not appear on the main menu?
Main Menu:
Mods Menu:
So uh, not sure what's going on here?
The update JSON is retrieved from https://us-central1-dfplusplus.cloudfunctions.net/getUpdateJSON
Its currently equal to:
{
"homepage": "https://dfplusplus.github.io/webpage/downloads/",
"promos": {
"1.15.2-latest": "0.8.1",
"1.15.2-recommended": "0.8.1"
},
"1.15.2": {
"0.8.1": "Added 'Either' chat side",
"0.8.0": "Custom sizings for side chat",
"0.7.0": "Added sound effects"
}
}