diff --git a/.github/workflows/publish-pack.yml b/.github/workflows/publish-pack.yml index df29190..e7b4a96 100644 --- a/.github/workflows/publish-pack.yml +++ b/.github/workflows/publish-pack.yml @@ -2,7 +2,7 @@ name: Publish Modpack Archive run-name: Publish latest commit as mrpack file on: [push] jobs: - Prepare Go environment: + Build and release mrpack file from latest changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -18,5 +18,6 @@ jobs: packwiz modrinth export - uses: akkuman/gitea-release-action@v1 with: + name: Build - ${{ github.head_ref }} files: |- *.mrpack diff --git a/index.toml b/index.toml index ec70e59..88705df 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,11 @@ hash-format = "sha256" file = "config/cobblemon/main.json" hash = "46513d954241bf38f9b769b384f5d97805494b359f52a50622bf4af795467904" +[[files]] +file = "mods/appleskin.pw.toml" +hash = "17fc9c6cab5ae0ea6973440f143ad6ffa4e5d373749c80077b631dbbe4df3f3b" +metafile = true + [[files]] file = "mods/better-f1-reborn.pw.toml" hash = "5c3eaf036c6725c2a0be6507f73217571eda0d71744796e104799ca83ab60616" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..3afeda3 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 5a12c19..c28bcde 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "77f506fcc1b1b42f8ecac02150887faae26039d47a53dc1da479601f44ff96fc" +hash = "41f46d57a0b42b2c8f2d6a182f1e796f3ae66ad7763fb9fd6483c75af48e7f14" [versions] fabric = "0.19.2"