diff --git a/index.toml b/index.toml index 5858cec..3c75900 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/mods/inventory-hud-forge.pw.toml b/mods/inventory-hud-forge.pw.toml new file mode 100644 index 0000000..ab28945 --- /dev/null +++ b/mods/inventory-hud-forge.pw.toml @@ -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 diff --git a/mods/quit.pw.toml b/mods/quit.pw.toml new file mode 100644 index 0000000..5a96109 --- /dev/null +++ b/mods/quit.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index a757c94..eab3e76 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 = "15c5fccbdd9dd77c098e89b542fa1e7ed1dee4381c83bad8e572239dadd87978" +hash = "0d55f0eb9b870379e6ab2c430269cd1d8f5df2f1199fa373e22202bd4ed7aadb" [versions] minecraft = "1.20.1"