Welcome to my repository. Here you'll find the resources for:
- CurseForge modpack (read more)
- MultiMC modpack (read more)
- MultiMC modpack with packwiz (read more)
- Packwiz files (read more)
- Modrinth files (read more)
- Changelog, license, readme, cape
- GitHub meta files in
.github
(read more) - GitHub page in
docs
(read more) - currently just a redirection to CF page
Other things to note:
- As seen in the
.gitignore
file, this repo will not include JAR files of any kind to respect the modders. If you want to build a pack based on this, get the JARs manually via any method you like (CurseForge Launcher, CurseForge website, Modrinth, packwiz, ...).- Because there are no JARs, some folders would usually not be uploaded by Git at all, this is worked around using a
.gitkeep
file (read more) to keep the folder structure.
- Because there are no JARs, some folders would usually not be uploaded by Git at all, this is worked around using a
- Since some folders are duplicated - such as config folders, I am using Windows-like soft symlinks (read more). Those don't work very well in GitHub, so I recommend using a local Git client.
Contact us in Discord if you have ideas on how to streamline this process while still testing the pack in the launchers.
- Download the latest modpack version to CurseForge Launcher
- Do changes, test
- Update the version with
Version update.py
- Export to ZIP manually via CurseForge Launcher's option
- Copy to MultiMC using
CurseForge to MultiMC-Git.py
- If needed, change the Minecraft version in the script
- Run it in MultiMC, test
- Export to ZIP manually via MultiMC's option
- Run
MultiMC to Git.py
to reflect manifest updates in Git and streamline MultiMC ZIP's manifest - Run
CurseForge to Packwiz-Modrinth.py
- If needed, change the Minecraft version or variables in the script
- Drag the exported CurseForge ZIP to the console window and hit enter - Packwiz changes will be made and Modrinth ZIP will be exported
- Publish manually to GitHub, CurseForge, Modrinth
- Announce on modpack's Discord, Fabric's Discord