Created
August 2, 2014 00:54
-
-
Save cpw/8ff76d0e5f8cb664d6dd to your computer and use it in GitHub Desktop.
FML modlist json description
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"repositoryRoot":"/home/cpw/minecraft/modrepo", | |
"modRef": [ | |
"cpw.mods.fml:ironchest:1.7.10-6.0.41.729:universal", | |
"my.fun.mod:isfun:219.20" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I might be able to do something with this for The Meca Launcher Project