This repository contains a few files for creating the zip files for the MineArea Minecraft modpack.
- Download the Minecraft Forge installer and put it into
source/forge
- Install and update mods (see section bellow)
- Build the modpack by executing
make
in the root directory of this repository - Optional: Build the Docker image for the Minecraft server using
make server-docker
Execute download-mods.py
to download all mods listed in the mods.yaml file.
In case you want to update the mods, specify the --update
option: download-mods.py --update
Note: This currently only works for mods available on CurseForge.
Don't forget to update the change log after updating the mods (use the information from the updated-mods.txt file).