diff --git a/config/yosbr/config/plasmovoice/client.toml b/config/yosbr/config/plasmovoice/client.toml new file mode 100644 index 0000000..29a583b --- /dev/null +++ b/config/yosbr/config/plasmovoice/client.toml @@ -0,0 +1,5 @@ +debug = false +check_for_updates = false + +[voice] +disabled = false diff --git a/index.toml b/index.toml index d910e6b..d34373a 100644 --- a/index.toml +++ b/index.toml @@ -319,6 +319,11 @@ file = "mods/placeholder-api.pw.toml" hash = "41cfbe406cbc0a95428b9fffaa3cbda27192dfafcabfe71932a8f0bd84e933b3" metafile = true +[[files]] +file = "mods/plasmo-voice.pw.toml" +hash = "7f083dbb86ca8d9027bd66daec43d16e6850ec99496bc1bf5aad990afc3d36ee" +metafile = true + [[files]] file = "mods/polymer.pw.toml" hash = "22a83a04b4df87ab4bbea18228c3cc695551610c66cc79ccc315d783d3f7848f" diff --git a/mods/plasmo-voice.pw.toml b/mods/plasmo-voice.pw.toml new file mode 100644 index 0000000..5590fc0 --- /dev/null +++ b/mods/plasmo-voice.pw.toml @@ -0,0 +1,13 @@ +name = "Plasmo Voice" +filename = "plasmovoice-fabric-1.21.9-2.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/BOsxfAZF/plasmovoice-fabric-1.21.9-2.1.6.jar" +hash-format = "sha512" +hash = "b63cb8845824c0ac79a3fb9dad16c61c4aa4f94c8b85464f950d995d44bf702a477d7dc913779680c94c7e86d6e76c3b176d5683f38027ee0b8102ac8770122b" + +[update] +[update.modrinth] +mod-id = "1bZhdhsH" +version = "BOsxfAZF" diff --git a/pack.toml b/pack.toml index 42137f1..5b0750c 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 = "a643938ec341ec0095dcefd1d2a4e90cc0d0d47145426b70704c194e6ec613a6" +hash = "98079f388c9623240c64cdbc2dea399315cbb9626d3e56c24d5a47d0b9ce7993" [versions] fabric = "0.17.3"