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

htmlcsjs/mc-modpack-template

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. you need to have a CurseForge API key in the envar CFAPIKEY for server pack building
  4. 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