You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for Forge, we just have different versions using their own JSONs. But this seems a bit annoying - perhaps we could instead have a generic JSON, such as this:
{
"Name":"MinecraftForge",
"Link":"http://files.minecraftforge.net/maven/net/minecraftforge/forge/<mc-version>-<version>/forge-<mc-version>-<version>-installer.jar",
"Author":"github.com/MinecraftForge/",
"Desc":" Modifications to the Minecraft base files to assist in compatibility between mods.",
"License":"MinecraftForgePublicLicence",
"Requirements":[],
"Incompatibilities":[],
"Recommended":[],
"Type":"Installer",
"Unstable":"false",
"InstallerName":"Forgeinstaller"
}
and then have other JSONs which just look like this:
I'm going to change it again so that each version has its own link instead of formatting an existing link - this is to make links to curse, which uses seemingly random numbers to differentiate versions, compatible.
Currently, for Forge, we just have different versions using their own JSONs. But this seems a bit annoying - perhaps we could instead have a generic JSON, such as this:
and then have other JSONs which just look like this:
How does that sound to everyone?
The text was updated successfully, but these errors were encountered: