Created
August 2, 2014 00:54
Revisions
-
cpw created this gist
Aug 2, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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 hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { "repositoryRoot":"/home/cpw/minecraft/modrepo", "modRef": [ "cpw.mods.fml:ironchest:1.7.10-6.0.41.729:universal", "my.fun.mod:isfun:219.20" ] }