Skip to content

Instantly share code, notes, and snippets.

@cpw
Created August 2, 2014 00:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpw/8ff76d0e5f8cb664d6dd to your computer and use it in GitHub Desktop.
Save cpw/8ff76d0e5f8cb664d6dd to your computer and use it in GitHub Desktop.
FML modlist json description
Add to the command line using --modListFile <path to json file>
The above will search for files
/home/cpw/minecraft/modrepo/cpw/mods/ironchest/1.7.10-6.0.41.729/ironchest-1.7.10-6.0.41.729-universal.jar
/home/cpw/minecraft/modrepo/my/fun/mod/219.20/isfun-219.20.jar
Yes, this is restrictive. This is deliberate.
A secondary option allows arbitrary modfile loading using the --modFile argument. Those files are comma separated.
{
"repositoryRoot":"/home/cpw/minecraft/modrepo",
"modRef": [
"cpw.mods.fml:ironchest:1.7.10-6.0.41.729:universal",
"my.fun.mod:isfun:219.20"
]
}
Copy link

ghost commented Aug 2, 2014

I might be able to do something with this for The Meca Launcher Project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment