https://github.com/programie/minearea-modpack
Simple tooling for creating the MineArea Minecraft modpack
https://github.com/programie/minearea-modpack
forge minecraft modpack
Last synced: 3 months ago
JSON representation
Simple tooling for creating the MineArea Minecraft modpack
- Host: GitHub
- URL: https://github.com/programie/minearea-modpack
- Owner: Programie
- Created: 2023-09-22T19:55:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T19:55:17.000Z (over 2 years ago)
- Last Synced: 2025-10-12T13:29:54.206Z (3 months ago)
- Topics: forge, minecraft, modpack
- Language: Python
- Homepage: https://www.technicpack.net/modpack/minearea.1407489
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# MineArea Minecraft Modpack
This repository contains a few files for creating the zip files for the MineArea Minecraft modpack.
## How to build
* Download the [Minecraft Forge installer](https://files.minecraftforge.net) 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`
## Install and update mods
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](CHANGES.md) after updating the mods (use the information from the updated-mods.txt file).