-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zeke Smith
committed
Jun 15, 2022
1 parent
634ddc9
commit 41b988c
Showing
134 changed files
with
950 additions
and
1,059 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"buildTargets":["all","clean","curseforge","default","modrinth","polymc","technic"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
make --dry-run --always-make --keep-going --print-directory | ||
make: Entering directory '/home/me/Documents/modpacks/HexMC-dev' | ||
echo "No Default make command configured" | ||
echo "Please use either" | ||
echo " - make curseforge" | ||
echo " - make modrinth" | ||
echo " - make polymc" | ||
echo " - make technic" | ||
echo " - make all" | ||
echo "" | ||
echo "Curseforge will make a curseforge compatible zip" | ||
echo "" | ||
echo "Modrinth will make a Modrinth compatible mrpack" | ||
echo "" | ||
echo "PolyMC will make a PolyMC zip file which contains the packwiz updater." | ||
echo "" | ||
echo "Technic will make a Technic pack zip" | ||
echo "" | ||
echo "All will make all packs it can" | ||
echo "" | ||
make: Leaving directory '/home/me/Documents/modpacks/HexMC-dev' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"makefile.extensionOutputFolder": "./.vscode" | ||
} |
Oops, something went wrong.