From ecc4d6d86d3fd3a7131d07df4f8e30d29d295fb5 Mon Sep 17 00:00:00 2001 From: Pablo Peraza <150427565+piousp@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:14:04 +0900 Subject: [PATCH] Backpack and other candy (#10) --- index.toml | 30 +++++++++++++++++++++++++++ mods/cameraoverhaul.pw.toml | 13 ++++++++++++ mods/cardinal-components-api.pw.toml | 13 ++++++++++++ mods/dynamic-music-updated.pw.toml | 13 ++++++++++++ mods/sound-physics-remastered.pw.toml | 13 ++++++++++++ mods/travelersbackpack.pw.toml | 13 ++++++++++++ mods/warrior-rage.pw.toml | 13 ++++++++++++ pack.toml | 2 +- 8 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 mods/cameraoverhaul.pw.toml create mode 100644 mods/cardinal-components-api.pw.toml create mode 100644 mods/dynamic-music-updated.pw.toml create mode 100644 mods/sound-physics-remastered.pw.toml create mode 100644 mods/travelersbackpack.pw.toml create mode 100644 mods/warrior-rage.pw.toml diff --git a/index.toml b/index.toml index 59f2df8..550bd43 100644 --- a/index.toml +++ b/index.toml @@ -60,6 +60,16 @@ file = "mods/c2me-fabric.pw.toml" hash = "7721e78d990cc15c02f1a03cd6d7652ea995b271a3d19a6ae44829b4c69acbf0" metafile = true +[[files]] +file = "mods/cameraoverhaul.pw.toml" +hash = "b657f098bc6bdf2c7ee67f95bf6cbf7e39cf4db7c6b8fb6fd432b9471c53ec1a" +metafile = true + +[[files]] +file = "mods/cardinal-components-api.pw.toml" +hash = "50e3b067e93d3e6683d540edc4d046ed7b6b5fbb31409df1727b120f225b1975" +metafile = true + [[files]] file = "mods/cave-dust.pw.toml" hash = "31274861cb2f560e5f4a7bb3c1d51b727d885686ce6cc03cca4c861fdc48caf8" @@ -140,6 +150,11 @@ file = "mods/dynamic-fps.pw.toml" hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f" metafile = true +[[files]] +file = "mods/dynamic-music-updated.pw.toml" +hash = "0255916c48646a6a415ac7470a63a5acc95f45c78c1674355e53b99d68b3e792" +metafile = true + [[files]] file = "mods/emerald-equipment.pw.toml" hash = "2a35009119d9c90301ffd8bd48b41f421d84a7b3b8606c5b177ee9e28237feca" @@ -365,6 +380,11 @@ file = "mods/sodium.pw.toml" hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b" metafile = true +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "3decc297ef37c1ecb820b095d076dfa04e5c2d16a29e165f27c911a80d2e4afd" +metafile = true + [[files]] file = "mods/spark.pw.toml" hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9" @@ -395,11 +415,21 @@ file = "mods/travelers-titles.pw.toml" hash = "df6c42195656610837ff05462ac37bb40da04a18de198333769030c562cbfe2d" metafile = true +[[files]] +file = "mods/travelersbackpack.pw.toml" +hash = "7677bf35a89d3f408f230e269892eb8fc20d38c8c5dacf13994af119c2f45908" +metafile = true + [[files]] file = "mods/visuality.pw.toml" hash = "1d0b62685fd74fdd9d8cba3b3f3a85da75423550704646251a39542fce96bcb4" metafile = true +[[files]] +file = "mods/warrior-rage.pw.toml" +hash = "8ae5375d7c4dd6cb9c18f5bc09b04bcca71d968d0c754baf918503d2eb8eb463" +metafile = true + [[files]] file = "mods/weaponmaster.pw.toml" hash = "a47412202c20aab4ba65eeb6a7d18c2dbafe7a88631e3d2800a65481dfa2ad55" diff --git a/mods/cameraoverhaul.pw.toml b/mods/cameraoverhaul.pw.toml new file mode 100644 index 0000000..3ff80b5 --- /dev/null +++ b/mods/cameraoverhaul.pw.toml @@ -0,0 +1,13 @@ +name = "CameraOverhaul" +filename = "CameraOverhaul-1.4.0-fabric-universal.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/m0oRwcZx/versions/fzCKxnmb/CameraOverhaul-1.4.0-fabric-universal.jar" +hash-format = "sha1" +hash = "7734d807cc78182e08e85b083239c7d001f7a6fc" + +[update] +[update.modrinth] +mod-id = "m0oRwcZx" +version = "fzCKxnmb" diff --git a/mods/cardinal-components-api.pw.toml b/mods/cardinal-components-api.pw.toml new file mode 100644 index 0000000..e3f389d --- /dev/null +++ b/mods/cardinal-components-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cardinal Components API" +filename = "cardinal-components-api-5.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/K01OU20C/versions/qW85eawp/cardinal-components-api-5.2.2.jar" +hash-format = "sha1" +hash = "b049c6342185dae10607d6c1fe2fd792db189582" + +[update] +[update.modrinth] +mod-id = "K01OU20C" +version = "qW85eawp" diff --git a/mods/dynamic-music-updated.pw.toml b/mods/dynamic-music-updated.pw.toml new file mode 100644 index 0000000..1cc6a51 --- /dev/null +++ b/mods/dynamic-music-updated.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Music Updated" +filename = "dynmus-v2.3.2+1.20-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ilfn0HT9/versions/PMqIwmgg/dynmus-v2.3.2%2B1.20-fabric.jar" +hash-format = "sha1" +hash = "0f6860e4ead4e311b46657365876cde3822e871c" + +[update] +[update.modrinth] +mod-id = "ilfn0HT9" +version = "PMqIwmgg" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..f8375ac --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "soundphysics-fabric-1.20.1-1.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/67Uq017p/soundphysics-fabric-1.20.1-1.2.1.jar" +hash-format = "sha1" +hash = "4993f388e254abdaa551869650414fc92f164811" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "67Uq017p" diff --git a/mods/travelersbackpack.pw.toml b/mods/travelersbackpack.pw.toml new file mode 100644 index 0000000..e556fcb --- /dev/null +++ b/mods/travelersbackpack.pw.toml @@ -0,0 +1,13 @@ +name = "Traveler's Backpack" +filename = "travelers-backpack-1.20.1-9.1.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rlloIFEV/versions/iYUhPo8x/travelers-backpack-1.20.1-9.1.8.jar" +hash-format = "sha1" +hash = "889bd5ba83af39211183a7ab6772c51c5f97a681" + +[update] +[update.modrinth] +mod-id = "rlloIFEV" +version = "iYUhPo8x" diff --git a/mods/warrior-rage.pw.toml b/mods/warrior-rage.pw.toml new file mode 100644 index 0000000..7bb27e1 --- /dev/null +++ b/mods/warrior-rage.pw.toml @@ -0,0 +1,13 @@ +name = "Warrior Rage" +filename = "warrior-rage-1.20.1-fabric-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1BGsoydA/versions/v9uvp9hF/warrior-rage-1.20.1-fabric-1.0.0.jar" +hash-format = "sha1" +hash = "30b0d819672aef73c62ad980db2db7e1d0f25c9f" + +[update] +[update.modrinth] +mod-id = "1BGsoydA" +version = "v9uvp9hF" diff --git a/pack.toml b/pack.toml index 7bf5954..1c46144 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2804d9c93f2d3ac1d596bdbcae76b9faaa50612785b3931cd4234770ec12b437" +hash = "87b0a3f006feb484a54d82e43570c35a99d2668b94444461e139b42a7b37a2ab" [versions] fabric = "0.14.24"