Skip to content

Instantly share code, notes, and snippets.

@cpw
Created August 2, 2014 00:54

Revisions

  1. cpw created this gist Aug 2, 2014.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original 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.
    7 changes: 7 additions & 0 deletions modlist.json
    Original 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"
    ]
    }