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
|
||||
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user