Skip to content

A template for a mc modpack with an intergrated buildscript written in python

License

Notifications You must be signed in to change notification settings

jmoiron/mc-modpack-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mc-modpack-template

A template for a mc modpack with an intergrated buildscript written in python

instructions for use

  1. you need to have python3 and requests installed
  2. you need to supply a manifest.json, generated or handmade
  3. create override folders, in the format <root>/scripts, <root>/config

custom deps

the format for custom deps is in manifest.json

{
    ...,
     "externalDeps":[
        {
            "url" : "the url of the jar file",
            "hash" : "the hash of the mod, generated by build/getHash.py path/to/mod.jar",
            "name": "the name of the mod"
        }
    ],
    ...
}

About

A template for a mc modpack with an intergrated buildscript written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%