A weird 1.20.1 modpack
git clone https://github.com/AKSMP/les3soleils --recursive
We prefer to download mods from modrinth if possible, to do this with packwiz you have to use this command: packwiz modrinth add MOD_SLUG
If the mod is only available on a git repository, first add it as a submodule: git submodule add -b "branch" GIT build/MOD_NAME
then add it to the powershell and bash script.
In Powershell:
buildAndMove("MOD_NAME")
In Bash:
buildAndMove "MOD_NAME"
Finally on linux run: ./buildmods.sh
and on windows run .\buildmods.ps1