Skip to content

JSON data for custom mod launcher. Attainable through raw github link

Notifications You must be signed in to change notification settings

Mindlesscargo/modlauncher-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Mod Launcher Info

Raw JSON data for checking latest version against client version

{
  "version": "1.2.0", // The version of the mod launcher info
  "minecraft-version": "1.16.5", 
  "forge-version": "36.1.0",
  "mods": [ // Array of mods which are downloaded upon launching
    {"name": "Journey Map", "fileName": "journeymap-1.16.5-5.7.1.jar", "url":"https://media.forgecdn.net/files/3222/876/journeymap-1.16.5-5.7.1.jar"},
    {"name": "Just Enough Items", "fileName": "jei-1.16.5-7.6.1.75.jar", "url": "https://media.forgecdn.net/files/3245/79/jei-1.16.5-7.6.1.75.jar"}
  ]
}

About

JSON data for custom mod launcher. Attainable through raw github link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published