Skip to content

Commit 8c75d60

Browse files
🎅 Add mods & GitHub workflows
1 parent ceb621b commit 8c75d60

File tree

207 files changed

+3368
-0
lines changed

Some content is hidden

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

207 files changed

+3368
-0
lines changed

.github/workflows/build.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: build
2+
3+
on:
4+
push:
5+
branches:
6+
- master-dev
7+
8+
jobs:
9+
build:
10+
if: "!contains(github.event.head_commit.message, '[build skip]')"
11+
name: "Pre Release"
12+
runs-on: ubuntu-latest
13+
steps:
14+
# Checkout the repository
15+
- name: Checkout Repository
16+
uses: actions/checkout@v4
17+
- name: Declare some variables
18+
id: vars
19+
shell: bash
20+
run: |
21+
echo "::set-output name=sha_short::$(git rev-parse --short $GITHUB_SHA)"
22+
23+
# Export client curse pack & Start serve on localhost:8080
24+
- name: Export Client Curse Pack
25+
shell: bash
26+
run: |
27+
chmod +x ./packwiz
28+
./packwiz curseforge export -o client.zip
29+
30+
- name: Automatic Releases
31+
uses: marvinpinto/action-automatic-releases@latest
32+
with:
33+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
34+
automatic_release_tag: "latest"
35+
prerelease: true
36+
title: ${{ steps.vars.outputs.sha_short }}
37+
files: |
38+
client.zip
14 MB
Binary file not shown.

mods/actually-additions.pw.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'ActuallyAdditions-1.12.2-r152.jar'
2+
name = 'Actually Additions'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = '6e5f7deda0d3cf196b38f57eb60ef18a85b0ca2d'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 3117927
16+
project-id = 228404

mods/advanced-rocketry-2.pw.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'AdvancedRocketry-1.12.2-2.1.4-9.jar'
2+
name = 'Advanced Rocketry - Reworked'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = 'd5a3c2a2c60c6c7f8c92e207f5dbdf135b1139fb'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 6007708
16+
project-id = 1024225
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'AE2CT-Legacy-0.1.2.jar'
2+
name = 'AE2 Crafting Tree - Legacy'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'beta'
7+
8+
[download]
9+
hash = 'c2757db9c8b124c6def1f384e6b412e4ce70a5b5'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 5814089
16+
project-id = 1121489

mods/ae2-extended-life.pw.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'ae2-uel-v0.56.6.jar'
2+
name = 'AE2 Unofficial Extended Life'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = '5cdc64def700aa1554bca3584dc3d278ba608d22'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 5411078
16+
project-id = 570458
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'Fluid Craft for AE2-2.6.6-r.jar'
2+
name = 'AE2 Fluid Crafting Rework'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = '7b6a06c6396428a94e83a0adce263d1731dc090c'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 5751930
16+
project-id = 623955
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'AE2WTLib-1.12.2-1.0.35.jar'
2+
name = 'AE2 Wireless Terminal-LTS'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = 'eee6d867bf577dc988afdb6851318a1ce1c020b5'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 3936348
16+
project-id = 656951
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'Alfheim-1.5-Dev-4.jar'
2+
name = 'Alfheim Lighting Engine'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'alpha'
7+
8+
[download]
9+
hash = 'f8e043eea7c125df7cec6113f4ea0fd5e6322a4d'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 6003953
16+
project-id = 910715

mods/applecore.pw.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
filename = 'AppleCore-mc1.12.2-3.4.0.jar'
2+
name = 'AppleCore'
3+
side = 'both'
4+
x-prismlauncher-loaders = [ 'forge' ]
5+
x-prismlauncher-mc-versions = [ '1.12.2' ]
6+
x-prismlauncher-release-type = 'release'
7+
8+
[download]
9+
hash = 'a6a57a76936a559088e9282aacde6f761d7e0b39'
10+
hash-format = 'sha1'
11+
mode = 'metadata:curseforge'
12+
url = ''
13+
14+
[update.curseforge]
15+
file-id = 2969118
16+
project-id = 224472

0 commit comments

Comments
 (0)