Skip to content

Modpacking

calmilamsy edited this page Feb 7, 2019 · 12 revisions

Making a modpack:

Make a modpack.json file in your instance folder.

Paste this inside and edit to liking:

{
    "version": 1.0,
    "modpackname": "Lowmango's Modpack"
}

Version doesnt matter so long as it's a FLOAT. Gonna be used for automatic modpack updates in the future.

The modpack name is going to be in a folder named the same as it, so make sure it complies to standard folder naming. (ascii, no fancy/special characters)

Compress your .minecraft folder into a ZIP file. It CANNOT be a .rar, .7z or anything else.

Rename your .minecraft.zip to something else e.g.: my fantastic modpack.zip.

Done!

Final structure of the .zip should be:

modpack.zip
  • readme.txt
  • theme
    • background.png
    • logo.png
    • favicon.ico
  • .minecraft
    • bin
    • mods
    • resources
    • options.txt
    • modpack.json

The user can use the "Install local modpack" button to install your modpack!

Upload your modpack to github (or equivalent) and create a pull request or issue with the information of your modpack if you want users to be able to see it on the public modpack list! (to be done) Required: Modpack name, modpack version and github raw (or equivalent) link. (https://github.com/<username>/<repo>/raw/master/<modpack>.zip)

Clone this wiki locally