Skip to content

GTNewHorizons/DreamAssemblerXXL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamAssemblerXXL

A replacement for DreamMasterXXL, minus the nerfs.

  • gtnh-mods.json: All Mods that are part of the modpack, including license, versions, etc
  • releases: Manifests for each officially released modpack version
  • repo-blacklist.json: GitHub repositories that are not part of the pack

CLI - CLI Tools

Assembler - Modpack Assemble!

  • assembler.py Assemble the client and server pack (ZIP)
  • curse.py Maybe, at some point, assemble the pack for Curse
  • downloader.py: Download and cache the pack's mods
  • modrinth.py Hopefully in the near future assemble the pack for Modrinth
  • multi_poly.py Hopefully in the near future assemble the pack for MultiMC/PolyMC
  • technic.py Assemble the pack for Technic

Scripts

GUI

  • gui.py GUI Frontend to the DreamAssemblerXXL

Note to contributors

Code PRs should always be done against the master branch.

Github Personal Access Token

A personal access token is required to hit the github API without getting rate limited, and to be able to view any private repositories.
Create a github personal access token with the following permissions, and paste it into ~/.github_personal_token on linux or C:\users\<you>\.github_personal_token on Windows, with a newline at the end.

image

image