Skip to content

Commit

Permalink
first commit to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeke Smith committed Jun 15, 2022
1 parent 634ddc9 commit 41b988c
Show file tree
Hide file tree
Showing 134 changed files with 950 additions and 1,059 deletions.
1 change: 1 addition & 0 deletions .vscode/configurationCache.log
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":[]}}
22 changes: 22 additions & 0 deletions .vscode/dryrun.log
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'

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}
Loading

0 comments on commit 41b988c

Please sign in to comment.