1
0
Fork 0
mirror of https://codeberg.org/xtex/xtex-mp-pack.git synced 2024-09-19 11:52:32 +00:00

mods: add invhud and quit

Signed-off-by: xtex <xtexchooser@duck.com>
This commit is contained in:
xtex 2023-11-26 08:21:10 +08:00
parent 66086fd932
commit 3aaee58811
Signed by: xtex
GPG key ID: B918086ED8045B91
4 changed files with 37 additions and 1 deletions

View file

@ -274,6 +274,11 @@ file = "mods/indium.pw.toml"
hash = "0c5e71addef34c8dcd1c81dfc2ad851a3e274b9d8d3a7d388e1113d4139bf8d8"
metafile = true
[[files]]
file = "mods/inventory-hud-forge.pw.toml"
hash = "5119a0543adb0568199f56f22c883e797f78078a4f8544a3cdf3207f00bf10c6"
metafile = true
[[files]]
file = "mods/inventory-profiles-next.pw.toml"
hash = "dd8dadd99d99c0535beb51accbb85be19bd2d26944c2836f816f9709f51bb59d"
@ -379,6 +384,11 @@ file = "mods/quick_hotkeys.pw.toml"
hash = "d01901c3ddefb29da936aaf79e31a1fba298810cbae0a411bb9c0ef7486e1761"
metafile = true
[[files]]
file = "mods/quit.pw.toml"
hash = "7b9d8e31005486370dbdc3736c1dafe50391aaf89e8164f5663792a39afe2708"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335"

View file

@ -0,0 +1,13 @@
name = "Inventory HUD+"
filename = "invhud.fabric.1.20-3.4.18.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "29b671852bb0d2c22dc7382dc502855e95297348"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4699628
project-id = 357540

13
mods/quit.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Quit"
filename = "Quit-Fabric-1.20.2-1.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/bcIar9jW/versions/yU3t7Brc/Quit-Fabric-1.20.2-1.0.0.jar"
hash-format = "sha1"
hash = "a911aa8b6673a76147335e7030abf424b2fe08cc"
[update]
[update.modrinth]
mod-id = "bcIar9jW"
version = "yU3t7Brc"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "15c5fccbdd9dd77c098e89b542fa1e7ed1dee4381c83bad8e572239dadd87978"
hash = "0d55f0eb9b870379e6ab2c430269cd1d8f5df2f1199fa373e22202bd4ed7aadb"
[versions]
minecraft = "1.20.1"