Skip to content

Commit 31addec

Browse files
author
Ezekiel
committed
update
1 parent 44c8029 commit 31addec

File tree

108 files changed

+2235
-2235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2235
-2235
lines changed

.github/workflows/build.yml

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
name: Build Modpack
2-
on: [push, pull_request]
3-
jobs:
4-
5-
build:
6-
name: Build
7-
runs-on: ubuntu-latest
8-
steps:
9-
10-
- name: Checkout
11-
uses: actions/checkout@v3
12-
with:
13-
submodules: 'true'
14-
15-
- name: Download Dependencys
16-
run: |
17-
sudo apt install git p7zip make
18-
19-
- name: Set up Go 1.18
20-
uses: actions/setup-go@v3
21-
with:
22-
go-version: '1.18'
23-
24-
- name: Setup packwiz
25-
run: |
26-
go install github.com/packwiz/packwiz@latest
27-
export PATH=${PATH}:`go env GOPATH`/bin
28-
29-
- name: Make Modrinth
30-
run: |
31-
make modrinth
32-
7z x ./build/modpack-modrinth.mrpack -o./build/.modrinth
33-
34-
- name: Make PolyMC (Auto Update)
35-
run: |
36-
make polymc
37-
7z x ./build/modpack-polymc.zip -o./build/.polymc
38-
39-
- name: Make Server (Auto Update)
40-
run: |
41-
make hexserver
42-
7z x ./build/modpack-server.zip -o./build/.server
43-
44-
- name: Upload Modrinth
45-
uses: actions/upload-artifact@v3
46-
with:
47-
name: HexMC Modrinth
48-
path: build/.modrinth
49-
50-
- name: Upload PolyMC (Auto Update)
51-
uses: actions/upload-artifact@v3
52-
with:
53-
name: HexMC MultiMC-PolyMC Auto Update
54-
path: build/.polymc
55-
56-
- name: Upload Server (Auto Update)
57-
uses: actions/upload-artifact@v3
58-
with:
59-
name: Auto Update Server
60-
path: build/.server
1+
name: Build Modpack
2+
on: [push, pull_request]
3+
jobs:
4+
5+
build:
6+
name: Build
7+
runs-on: ubuntu-latest
8+
steps:
9+
10+
- name: Checkout
11+
uses: actions/checkout@v3
12+
with:
13+
submodules: 'true'
14+
15+
- name: Download Dependencys
16+
run: |
17+
sudo apt install git p7zip make
18+
19+
- name: Set up Go 1.18
20+
uses: actions/setup-go@v3
21+
with:
22+
go-version: '1.18'
23+
24+
- name: Setup packwiz
25+
run: |
26+
go install github.com/packwiz/packwiz@latest
27+
export PATH=${PATH}:`go env GOPATH`/bin
28+
29+
- name: Make Modrinth
30+
run: |
31+
make modrinth
32+
7z x ./build/modpack-modrinth.mrpack -o./build/.modrinth
33+
34+
- name: Make PolyMC (Auto Update)
35+
run: |
36+
make polymc
37+
7z x ./build/modpack-polymc.zip -o./build/.polymc
38+
39+
- name: Make Server (Auto Update)
40+
run: |
41+
make hexserver
42+
7z x ./build/modpack-server.zip -o./build/.server
43+
44+
- name: Upload Modrinth
45+
uses: actions/upload-artifact@v3
46+
with:
47+
name: HexMC Modrinth
48+
path: build/.modrinth
49+
50+
- name: Upload PolyMC (Auto Update)
51+
uses: actions/upload-artifact@v3
52+
with:
53+
name: HexMC MultiMC-PolyMC Auto Update
54+
path: build/.polymc
55+
56+
- name: Upload Server (Auto Update)
57+
uses: actions/upload-artifact@v3
58+
with:
59+
name: Auto Update Server
60+
path: build/.server

.gitignore

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
build/
2-
packwiz
3-
.DS_Store
4-
5-
## Prevent Vanillia Minecraft folders from being tracked
6-
.minecraft/coremods
7-
.minecraft/logs
8-
.minecraft/resourcepacks
9-
.minecraft/saves
10-
.minecraft/screenshots
11-
.minecraft/server-resource-packs
12-
.minecraft/texturepacks
13-
.minecraft/realms_persistence.json
14-
15-
## Ignore Modpack Updater Script loose files
16-
.technic
17-
*.zip
18-
*.mrpack
19-
20-
## Add your modded folders/files to ignore here
21-
.minecraft/packwiz-installer.jar
22-
.minecraft/packwiz.json
1+
build/
2+
packwiz
3+
.DS_Store
4+
5+
## Prevent Vanillia Minecraft folders from being tracked
6+
.minecraft/coremods
7+
.minecraft/logs
8+
.minecraft/resourcepacks
9+
.minecraft/saves
10+
.minecraft/screenshots
11+
.minecraft/server-resource-packs
12+
.minecraft/texturepacks
13+
.minecraft/realms_persistence.json
14+
15+
## Ignore Modpack Updater Script loose files
16+
.technic
17+
*.zip
18+
*.mrpack
19+
20+
## Add your modded folders/files to ignore here
21+
.minecraft/packwiz-installer.jar
22+
.minecraft/packwiz.json

.vscode/dryrun.log

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
make --dry-run --always-make --keep-going --print-directory
2-
make: Entering directory '/home/me/Documents/modpacks/HexMC-dev'
3-
echo "No Default make command configured"
4-
echo "Please use either"
5-
echo " - make curseforge"
6-
echo " - make modrinth"
7-
echo " - make polymc"
8-
echo " - make technic"
9-
echo " - make all"
10-
echo ""
11-
echo "Curseforge will make a curseforge compatible zip"
12-
echo ""
13-
echo "Modrinth will make a Modrinth compatible mrpack"
14-
echo ""
15-
echo "PolyMC will make a PolyMC zip file which contains the packwiz updater."
16-
echo ""
17-
echo "Technic will make a Technic pack zip"
18-
echo ""
19-
echo "All will make all packs it can"
20-
echo ""
21-
make: Leaving directory '/home/me/Documents/modpacks/HexMC-dev'
22-
1+
make --dry-run --always-make --keep-going --print-directory
2+
make: Entering directory '/home/me/Documents/modpacks/HexMC-dev'
3+
echo "No Default make command configured"
4+
echo "Please use either"
5+
echo " - make curseforge"
6+
echo " - make modrinth"
7+
echo " - make polymc"
8+
echo " - make technic"
9+
echo " - make all"
10+
echo ""
11+
echo "Curseforge will make a curseforge compatible zip"
12+
echo ""
13+
echo "Modrinth will make a Modrinth compatible mrpack"
14+
echo ""
15+
echo "PolyMC will make a PolyMC zip file which contains the packwiz updater."
16+
echo ""
17+
echo "Technic will make a Technic pack zip"
18+
echo ""
19+
echo "All will make all packs it can"
20+
echo ""
21+
make: Leaving directory '/home/me/Documents/modpacks/HexMC-dev'
22+

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"makefile.extensionOutputFolder": "./.vscode"
1+
{
2+
"makefile.extensionOutputFolder": "./.vscode"
33
}

0 commit comments

Comments
 (0)