Skip to content

Commit

Permalink
Merge pull request #14 from 3arthqu4ke/mc-1.21.3
Browse files Browse the repository at this point in the history
Mc 1.21.3
  • Loading branch information
3arthqu4ke authored Nov 4, 2024
2 parents dca670d + dab0e18 commit 3fc9b41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
version:
- { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 }
- { dir: 1_21, mc: 1.21.3, lex: 53.0.7, neo: 11-beta, java: 21 }
- { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 }
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
version:
- { dir: hmc-specifics-api, mc: api, lex: api, neo: api, java: 8 }
- { dir: 1_21, mc: 1.21.3, lex: 53.0.7, neo: 11-beta, java: 21 }
- { dir: 1_21, mc: 1.21.1, lex: 52.0.2, neo: 4, java: 21 }
- { dir: 1_21, mc: 1.21, lex: 51.0.24, neo: 96-beta, java: 21 }
- { dir: 1_20, mc: 1.20.6, lex: 50.1.10, neo: 119, java: 21 }
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
strategy:
matrix:
version:
- { dir: 1_21, mc: 1.21.3, type: lexforge, modloader: forge, regex: .*forge.*, java: 21 }
- { dir: 1_21, mc: 1.21.3, type: neoforge, modloader: neoforge, regex: .*neoforge.*, java: 21 }
- { dir: 1_21, mc: 1.21.3, type: fabric, modloader: fabric, regex: .*fabric.*, java: 21 }
- { dir: 1_21, mc: 1.21.1, type: lexforge, modloader: forge, regex: .*forge.*, java: 21 }
- { dir: 1_21, mc: 1.21.1, type: neoforge, modloader: neoforge, regex: .*neoforge.*, java: 21 }
- { dir: 1_21, mc: 1.21.1, type: fabric, modloader: fabric, regex: .*fabric.*, java: 21 }
Expand Down Expand Up @@ -74,7 +77,7 @@ jobs:
- name: Copy mod jar
run: cp ${{ matrix.version.dir }}/build/libs/hmc-specifics-*-${{ matrix.version.type }}-release.jar run/mods
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.3.1
uses: 3arthqu4ke/mc-runtime-test@2.4.0
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down

0 comments on commit 3fc9b41

Please sign in to comment.