Skip to content

Commit

Permalink
mod(mods): Replaced FAPI with QSL
Browse files Browse the repository at this point in the history
update(mods): Updated mods

update(quilt): Updated to 0.23.1

chore(mc-modpack-kit): Updated mc-modpack-kit
  • Loading branch information
Aninuscsalas committed Feb 13, 2024
1 parent f86fb78 commit 53576d0
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/action.yaml
Expand Up @@ -97,7 +97,7 @@ runs:
- name: Publish to Modrinth
id: modrinth
if: inputs.upload-modrinth == 'true'
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: ${{ inputs.MODRINTH_ID }}
modrinth-token: ${{ inputs.MODRINTH_TOKEN }}
Expand All @@ -117,7 +117,7 @@ runs:
- name: Publish to CurseForge
id: curseforge
if: inputs.upload-curse == 'true'
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3
with:
curseforge-id: ${{ inputs.CURSEFORGE_ID }}
curseforge-token: ${{ inputs.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
# --- Set the new version
# TODO: Change to an pr
- name: Set the New Version
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_options: '--allow-empty'
skip_dirty_check: true
Expand Down
18 changes: 9 additions & 9 deletions quilt/index.toml
Expand Up @@ -2,7 +2,7 @@ hash-format = "sha256"

[[files]]
file = "CHANGELOG.md"
hash = "b72758210ac15a3794c42f9102ae32eefe123bc08fb45d31a7c945c632fe1d14"
hash = "f9e5470516620d871359391e7c84d51f223b44601e6b91f7fc4a479f6ca64d59"

[[files]]
file = "config/fancymenu/config.txt"
Expand Down Expand Up @@ -70,7 +70,7 @@ hash = "d6ca61843ad84e0c0f93fca5ed2a6f6ee9a8aadf898ffd312ad5323263df0448"

[[files]]
file = "config/version.txt"
hash = "b4baa5c4e62a3af6b797825be3ee04ed66eabe0bc46fd221eac97b1aaba2e985"
hash = "a4729ad734a2e366e2c4ae2274138e8fbad4fd6a0b15e7c00f4f3dc815b97fd5"

[[files]]
file = "config/yosbr/config/iris.properties"
Expand Down Expand Up @@ -109,11 +109,6 @@ file = "mods/entityculling.pw.toml"
hash = "e526bf5f70f12d297bc640f5b972caf9c69a64b0fc034d2d160c8485fc80f45c"
metafile = true

[[files]]
file = "mods/fabric-api.pw.toml"
hash = "f02d05f8543f4b2c6aecaa7f070da84b08bccab0441fb2c3408fafde69fd8914"
metafile = true

[[files]]
file = "mods/fancymenu.pw.toml"
hash = "bd885cef955a8940948099b9b623fc8d6323aafc714a654f6d5ba2e25c6aa072"
Expand All @@ -131,7 +126,7 @@ metafile = true

[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "c4afda1d505225ad18e689ded06f0ed170dec2ea5e6c9621277b565d0fc338b8"
hash = "b411b04e1dace15c7fc1465bb161c8e621750b1577282e0918f956212a57e864"
metafile = true

[[files]]
Expand Down Expand Up @@ -169,6 +164,11 @@ file = "mods/owo-lib.pw.toml"
hash = "20b537c055853e57f065c4a73fcae7ac62a7b4cb20cf0befe0850a0bfc99408a"
metafile = true

[[files]]
file = "mods/qsl.pw.toml"
hash = "974c16b73d507ab34d0105fbb1ebadfe839eb29cddeb49b02bed72d27429d08e"
metafile = true

[[files]]
file = "mods/shoulder-surfing-reloaded.pw.toml"
hash = "2678000e798e5e029164e10daa7c69f59060d532b56852694b906bc2e7f85a35"
Expand All @@ -186,7 +186,7 @@ metafile = true

[[files]]
file = "mods/wynntils.pw.toml"
hash = "728421100c31974848f13d12a3d3ff1dd634b1785b113c454fb5540d32a4c273"
hash = "ecc5f07a1ed204d61d70ed403b33bd27d914e676ff7692513f51503b8cbb8c7c"
metafile = true

[[files]]
Expand Down
13 changes: 0 additions & 13 deletions quilt/mods/fabric-api.pw.toml

This file was deleted.

8 changes: 4 additions & 4 deletions quilt/mods/immediatelyfast.pw.toml
@@ -1,13 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-Fabric-1.2.8+1.20.4.jar"
filename = "ImmediatelyFast-Fabric-1.2.10+1.20.4.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/3EgIBnht/ImmediatelyFast-Fabric-1.2.8%2B1.20.4.jar"
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/59UuNTrz/ImmediatelyFast-Fabric-1.2.10%2B1.20.4.jar"
hash-format = "sha1"
hash = "6777e5b7071410d9257af181ac6367324d28854a"
hash = "54b50a6231bbeb3bd58caaa7ea25510e5db205bc"

[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "3EgIBnht"
version = "59UuNTrz"
13 changes: 13 additions & 0 deletions quilt/mods/qsl.pw.toml
@@ -0,0 +1,13 @@
name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)"
filename = "quilted-fabric-api-8.0.0-alpha.3+0.91.2-1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/gIUtHixU/quilted-fabric-api-8.0.0-alpha.3%2B0.91.2-1.20.2.jar"
hash-format = "sha1"
hash = "7bffe51f6b5631ed655efd9fb05850e0ccde52cb"

[update]
[update.modrinth]
mod-id = "qvIfYCYJ"
version = "gIUtHixU"
8 changes: 4 additions & 4 deletions quilt/mods/wynntils.pw.toml
@@ -1,13 +1,13 @@
name = "Wynntils"
filename = "wynntils-1.0.5-fabric+MC-1.20.2.jar"
filename = "wynntils-1.0.10-fabric+MC-1.20.2.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/ifcUQfsH/wynntils-1.0.5-fabric%2BMC-1.20.2.jar"
url = "https://cdn.modrinth.com/data/dU5Gb9Ab/versions/JXb32JZF/wynntils-1.0.10-fabric%2BMC-1.20.2.jar"
hash-format = "sha1"
hash = "1bb33d1c7a1263033d7c9cdc2abeb59df3ba2a21"
hash = "1958884b7a6b427ca8aa45514e4efea3e6437ddb"

[update]
[update.modrinth]
mod-id = "dU5Gb9Ab"
version = "ifcUQfsH"
version = "JXb32JZF"
6 changes: 3 additions & 3 deletions quilt/pack.toml
@@ -1,13 +1,13 @@
name = "Wynncraft 101"
author = "aninuscsalas"
version = "1.0.2"
version = "1.1.0"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "0b04f053457567b442f07f2ac8406bc38a0b7424417fd1c0fb218b7733e4de84"
hash = "adc0b5a791f8fa487b44afe2d01a94a9390f412f2fddc35bf8d3c4dd094aba1e"

[versions]
minecraft = "1.20.2"
quilt = "0.23.0"
quilt = "0.23.1"

0 comments on commit 53576d0

Please sign in to comment.