-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.21 for Fabric 1.20.1 for (Neo)Forge
UltimatChamp
committed
Jul 9, 2024
1 parent
71c099f
commit 7ce6f5a
Showing
101 changed files
with
445 additions
and
700 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,73 @@ | ||
name: Push Commit | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
upload-packs: | ||
permissions: | ||
contents: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- name: Get short git commit SHA | ||
id: vars | ||
run: | | ||
calculatedSha=$(git rev-parse --short ${{ github.sha }}) | ||
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV | ||
- name: Mrpack forge/1.20.1 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: modrinth/forge/1.20.1 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+forge.1.20.1.mrpack | ||
|
||
- name: Mrpack neo/1.20.1 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: modrinth/neo/1.20.1 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+neo.1.20.1.mrpack | ||
|
||
- name: Mrpack fabric/1.20.1 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: modrinth/fabric/1.20.1 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+fabric.1.20.1.mrpack | ||
|
||
- name: Mrpack fabric/1.21 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: modrinth/fabric/1.21 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.mrpack | ||
|
||
- name: Zip forge/1.20.1 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: curseforge/forge/1.20.1 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+forge.1.20.1.zip | ||
|
||
- name: Zip fabric/1.20.1 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: curseforge/fabric/1.20.1 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+fabric.1.20.1.zip | ||
|
||
- name: Zip fabric/1.21 | ||
uses: vimtor/action-zip@v1.2 | ||
with: | ||
files: curseforge/fabric/1.21 | ||
dest: FlawlesslyOptimized ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.zip | ||
|
||
- name: Upload Mrpacks to Github | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Modrinth Releases | ||
path: ${{ github.workspace }}/*.mrpack | ||
|
||
- name: Upload Zips to Github | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Curseforge Releases | ||
path: ${{ github.workspace }}/*.zip |
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
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
2 changes: 1 addition & 1 deletion
2
curseforge/fabric/1.21/overrides/config/isxander-main-menu-credits.json
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"main_menu": { | ||
"bottom_right": [{"text":"Check for Updates→","color":"green","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized/versions"}},{"text":"v1.0.1+fabric.1.21","color":"#FF00FF","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized/version/1.0.1+fabric.1.21"}},{"text":"FlawlesslyOptimized","color":"#FF6600","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized"}}] | ||
"bottom_right": [{"text":"Check for Updates→","color":"green","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized/versions"}},{"text":"v1.0.2+fabric.1.21","color":"#FF00FF","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized/version/1.0.2+fabric.1.21"}},{"text":"FlawlesslyOptimized","color":"#FF6600","clickEvent":{"action":"open_url","value":"https://modrinth.com/modpack/flawlesslyoptimized"}}] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+94.9 KB
curseforge/fabric/1.21/overrides/mods/entity_sound_features_fabric_1.21-0.4.jar
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-343 KB
curseforge/fabric/1.21/overrides/mods/shulkerboxtooltip-fabric-5.0.2+1.21.jar
Binary file not shown.
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
Oops, something went wrong.