feat: add mod appleskin
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 20s
Publish Modpack Archive / Build and release mrpack file from latest changes (push) Successful in 20s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Publish Modpack Archive
|
|||||||
run-name: Publish latest commit as mrpack file
|
run-name: Publish latest commit as mrpack file
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Prepare Go environment:
|
Build and release mrpack file from latest changes:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
@@ -18,5 +18,6 @@ jobs:
|
|||||||
packwiz modrinth export
|
packwiz modrinth export
|
||||||
- uses: akkuman/gitea-release-action@v1
|
- uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
|
name: Build - ${{ github.head_ref }}
|
||||||
files: |-
|
files: |-
|
||||||
*.mrpack
|
*.mrpack
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ hash-format = "sha256"
|
|||||||
file = "config/cobblemon/main.json"
|
file = "config/cobblemon/main.json"
|
||||||
hash = "46513d954241bf38f9b769b384f5d97805494b359f52a50622bf4af795467904"
|
hash = "46513d954241bf38f9b769b384f5d97805494b359f52a50622bf4af795467904"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/appleskin.pw.toml"
|
||||||
|
hash = "17fc9c6cab5ae0ea6973440f143ad6ffa4e5d373749c80077b631dbbe4df3f3b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/better-f1-reborn.pw.toml"
|
file = "mods/better-f1-reborn.pw.toml"
|
||||||
hash = "5c3eaf036c6725c2a0be6507f73217571eda0d71744796e104799ca83ab60616"
|
hash = "5c3eaf036c6725c2a0be6507f73217571eda0d71744796e104799ca83ab60616"
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
name = "AppleSkin"
|
||||||
|
filename = "appleskin-fabric-mc1.21-3.0.6.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/b5ZiCjAr/appleskin-fabric-mc1.21-3.0.6.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "accbb36b863bdeaaeb001f7552534f3bdf0f27556795cf8e813f9b32e7732450ec5133da5e0ec9b92dc22588c48ffb61577c375f596dc351f15c15ce6a6f4228"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "EsAfCjCV"
|
||||||
|
version = "b5ZiCjAr"
|
||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "77f506fcc1b1b42f8ecac02150887faae26039d47a53dc1da479601f44ff96fc"
|
hash = "41f46d57a0b42b2c8f2d6a182f1e796f3ae66ad7763fb9fd6483c75af48e7f14"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.19.2"
|
fabric = "0.19.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user