Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

This is a template which helps to host a Technic modpack on GitHub.

License

Notifications You must be signed in to change notification settings

Poeschl/Technic-Pack-Repository-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technic Pack Repository Template

⚠️ Due to long inactivity from my side and no personal need to update this, it is archived and will only stay here for documentational reasons. It might also not work anymore with the lasted Technic environment.

This is my template for hosting modpacks for the Technic Minecraft Launcher on github.

Usage

  • Clone the repository
  • Remove the LICENCE.md and this README.md (Additional: Create your own ones)
  • Change the modpack.json to match your expectations
    • Set your forge version (it should not contain any spaces in the version!)
    • Get with the ids from CurseForge (recommended) of your mods. The projectId can be found on the mods details and the fileId is the last part of the download link. The name is optional.
    • or add your url into modpack.json (make sure the links are pointing directly to the *.jar)
    • If you want to take notes, append to any objekt "note": "Something something" with your text.
  • Put any file or folder which should also be in the compressed modpack into overrides (All files will be located in the pack's root)
  • Enable travis on your repository
  • Setup your GitHub Token as environment variable GH_DEPLOY_KEY on travis.
  • Edit the GH_REF env variable in the .travis.yml and set your repro reference.

Create a modpack zip

  • If the points above are done correctly every push or edit of the master branch will create the modpack on the dist branch.
  • Now use the download link from the modpack.zip in the dist branch and put it into the modpack settings.

About

This is a template which helps to host a Technic modpack on GitHub.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages