Skip to content

Commit

Permalink
update(quilt): Updated to 0.21.1
Browse files Browse the repository at this point in the history
update(mods): Updated Wynntils

update(mods): Updated Fabric API

update(mods): Updated Konkrete

update(mods): Updated ModernFix

update(mods): Updated FancyMenu

fix(mods): Fix Wynncraft Content book bug

ci: Updated mc-modapck-kit
  • Loading branch information
Aninuscsalas committed Oct 31, 2023
1 parent 0b6d44d commit dace462
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 38 deletions.
18 changes: 7 additions & 11 deletions .github/actions/release/action.yaml
Expand Up @@ -94,47 +94,43 @@ runs:
shell: bash


# --- Publish to modrinth using the inputs
- name: Publish to Modrinth
id: modrinth
if: inputs.upload-modrinth == 'true'
uses: Kir-Antipov/mc-publish@v3.2
with:
modrinth-id: ${{ inputs.MODRINTH_ID }}
modrinth-token: ${{ inputs.MODRINTH_TOKEN }}
loaders: ${{ inputs.loader }}
game-versions: ${{ inputs.game-version }}
loaders: ${{ env.loader }}
game-versions: ${{ env.game-version }}
changelog-file: CHANGELOG.release.*
files: "*.mrpack"
version: ${{ inputs.release-tag }}
version: ${{ steps.tag.outputs.tag }}
version-type: ${{ steps.release-type.outputs.release-type }}

# --- Print status
- name: Print Modrinth upload status
if: steps.modrinth.outcome == 'success'
run: |
echo "::notice ::☀ Modpack ${{ inputs.modpack }} has been uploaded to Modrinth with ${{ inputs.MODRINTH_ID }}"
shell: bash


# --- Publish to curseforge using the inputs
- name: Publish to CurseForge
id: curseforge
if: inputs.upload-curse == 'true'
uses: Kir-Antipov/mc-publish@v3.2
with:
curseforge-id: ${{ inputs.CURSEFORGE_ID }}
curseforge-token: ${{ inputs.CURSEFORGE_TOKEN }}
loaders: ${{ inputs.loader }}
game-versions: ${{ inputs.game-version }}
loaders: ${{ env.loader }}
game-versions: ${{ env.game-version }}
changelog-file: CHANGELOG.release.*
files: "*.zip"
version: ${{ inputs.release-tag }}
version: ${{ steps.tag.outputs.tag }}
version-type: ${{ steps.release-type.outputs.release-type }}

# --- Print status
- name: Print Curseforge upload status
if: steps.curseforge.outcome == 'success'
run: |
echo "::notice ::☀ Modpack ${{ inputs.modpack }} has been uploaded to Curseforge with ${{ inputs.CURSEFORGE_ID }}"
shell: bash

10 changes: 5 additions & 5 deletions quilt/index.toml
Expand Up @@ -71,12 +71,12 @@ metafile = true

[[files]]
file = "mods/fabric-api.pw.toml"
hash = "714158dafbd5954a8024d5b7e677fc1303d1c0bc665c7df5942d3a685904988e"
hash = "0907369c09747fe4604381ce134fe19fbb6bbf1687a8294e3defdfd33c6ea46a"
metafile = true

[[files]]
file = "mods/fancymenu.pw.toml"
hash = "65d2038f170287c9a8f1cdb79cb8d2f5f15ad5112ab561737c9c0ded428e961b"
hash = "b0ac4eea0182de620ab8b7cba600ab51bb6ecef053d4a2d1f8584900c0c6d065"
metafile = true

[[files]]
Expand All @@ -86,7 +86,7 @@ metafile = true

[[files]]
file = "mods/konkrete.pw.toml"
hash = "d75446972bdb7bdaa4c16b366557b167690649d0f916a24947ff2b6bc6b33821"
hash = "b60b47aaffed67b9b59b99f776b9f261281ac0d5b46898edd4b69904ff98671e"
metafile = true

[[files]]
Expand All @@ -96,7 +96,7 @@ metafile = true

[[files]]
file = "mods/modernfix.pw.toml"
hash = "74466c118cfcd7b89ccfc3841a4bf9421e762079b584807ca8651d6145b3afd8"
hash = "908c65f0cf2b42a1889f4d8712d5976341ec1b5c77a629dad6eee105de6c6ab3"
metafile = true

[[files]]
Expand Down Expand Up @@ -131,7 +131,7 @@ metafile = true

[[files]]
file = "mods/wynntils.pw.toml"
hash = "3cc5f7d6f9e485bb66cff92bf8441e4833e799c78ab8231fcb86d432d4f9c6d9"
hash = "ed90be5309c8bea56b9caaa3d59d9cfefe746e79adfdd984ba51d74d8a844279"
metafile = true

[[files]]
Expand Down
8 changes: 4 additions & 4 deletions quilt/mods/fabric-api.pw.toml
@@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.90.0+1.20.2.jar"
filename = "fabric-api-0.90.4+1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/Hk8zAzIB/fabric-api-0.90.0%2B1.20.2.jar"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ZI1BEw1i/fabric-api-0.90.4%2B1.20.2.jar"
hash-format = "sha1"
hash = "57f3a073dc52365cb6f9b81dc360d1cd3a6c7cc7"
hash = "7d8e2c2729b32e6665e5f671740346ef98283875"

[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "Hk8zAzIB"
version = "ZI1BEw1i"
8 changes: 4 additions & 4 deletions quilt/mods/fancymenu.pw.toml
@@ -1,13 +1,13 @@
name = "FancyMenu"
filename = "fancymenu_fabric_2.14.9-3_MC_1.20.2.jar"
filename = "fancymenu_fabric_2.14.10-4_MC_1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/DJh46osA/fancymenu_fabric_2.14.9-3_MC_1.20.2.jar"
url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/g9m0mGt5/fancymenu_fabric_2.14.10-4_MC_1.20.2.jar"
hash-format = "sha1"
hash = "fcd5d5c33fdef143ab045a4bc7373ddef356309b"
hash = "d1034a5648e5643ca8ae5b8a0b7a6c3f146c00c2"

[update]
[update.modrinth]
mod-id = "Wq5SjeWM"
version = "DJh46osA"
version = "g9m0mGt5"
8 changes: 4 additions & 4 deletions quilt/mods/konkrete.pw.toml
@@ -1,13 +1,13 @@
name = "Konkrete"
filename = "konkrete_fabric_1.6.1_MC_1.20.2.jar"
filename = "konkrete_fabric_1.7.0-2_MC_1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/J81TRJWm/versions/B7yILQ7L/konkrete_fabric_1.6.1_MC_1.20.2.jar"
url = "https://cdn.modrinth.com/data/J81TRJWm/versions/qsYMqjlM/konkrete_fabric_1.7.0-2_MC_1.20.2.jar"
hash-format = "sha1"
hash = "a1fb885fac9cfc64c944bac4351491888c22bc84"
hash = "b9248ef90ee0513cfde080ccb76a7d3e7f8654ae"

[update]
[update.modrinth]
mod-id = "J81TRJWm"
version = "B7yILQ7L"
version = "qsYMqjlM"
8 changes: 4 additions & 4 deletions quilt/mods/modernfix.pw.toml
@@ -1,13 +1,13 @@
name = "ModernFix"
filename = "modernfix-fabric-5.8.1+mc1.20.2.jar"
filename = "modernfix-fabric-5.9.0+mc1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/5YONh7M3/modernfix-fabric-5.8.1%2Bmc1.20.2.jar"
url = "https://cdn.modrinth.com/data/nmDcB62a/versions/6jU8mhig/modernfix-fabric-5.9.0%2Bmc1.20.2.jar"
hash-format = "sha1"
hash = "c7706febd46e37d9c6b04ee057875bbefc99efc9"
hash = "38caab9e0574ccadc51e4e545f20a4a4102c2133"

[update]
[update.modrinth]
mod-id = "nmDcB62a"
version = "5YONh7M3"
version = "6jU8mhig"
8 changes: 4 additions & 4 deletions quilt/mods/wynntils.pw.toml
@@ -1,13 +1,13 @@
name = "Wynntils"
filename = "wynntils-0.0.4-beta.38-fabric+MC-1.20.2.jar"
filename = "wynntils-0.0.4-beta.55-fabric+MC-1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/4Pr7j8Rb/wynntils-0.0.4-beta.38-fabric%2BMC-1.20.2.jar"
url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/cDdkprKd/wynntils-0.0.4-beta.55-fabric%2BMC-1.20.2.jar"
hash-format = "sha1"
hash = "f60056db99fd0720bcc6dabfeb500b04c151a75b"
hash = "dc966d68e23089c3bd6132b05fed2cf6a4058355"

[update]
[update.modrinth]
mod-id = "dU5Gb9Ab"
version = "4Pr7j8Rb"
version = "cDdkprKd"
4 changes: 2 additions & 2 deletions quilt/pack.toml
Expand Up @@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "6d92ffdb87312dd86318da1e41bbe6ce7ab0b5406dc001027dfe70aa26d83b19"
hash = "be89aa7de7589ced0c779a544374c331bc26e02f857f93a51d4eac709efcf6d6"

[versions]
minecraft = "1.20.2"
quilt = "0.21.0"
quilt = "0.21.1"

0 comments on commit dace462

Please sign in to comment.