From 1e12f09858700d14fea97d94f4f2cc411a83845e Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sun, 15 Jun 2025 16:15:30 +0200 Subject: [PATCH] mods: add attract-to-sound, vibrative-voice mods --- index.toml | 17 ++++++++++++++++- mods/attract-to-sound.pw.toml | 13 +++++++++++++ mods/lexiconfig.pw.toml | 13 +++++++++++++ mods/vibrative-voice.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 mods/attract-to-sound.pw.toml create mode 100644 mods/lexiconfig.pw.toml create mode 100644 mods/vibrative-voice.pw.toml diff --git a/index.toml b/index.toml index b46a8e2..75c2e75 100644 --- a/index.toml +++ b/index.toml @@ -631,7 +631,7 @@ hash = "348f8ca4b328d6ef054d05914b3fffbf1b6813de776cfb44e6eac0ebd14c4c40" [[files]] file = "kubejs/server_scripts/mods/create_jetpack.js" -hash = "a3ff5ed121346f54072e508f5c4a6f032627c1790313521af28061d3897ec6b0" +hash = "47a7fe4abb40b8a9524bf01a964015f71fe02218f4f04dd0cb3fea116ea9bd83" [[files]] file = "kubejs/server_scripts/mods/create_new_age.js" @@ -896,6 +896,11 @@ file = "mods/ato.pw.toml" hash = "d64d02d240575e58a4b2ee8794a60f67f053d1fd675dfbd280b2bb8c3438fb93" metafile = true +[[files]] +file = "mods/attract-to-sound.pw.toml" +hash = "8701257b0340cf7ef4f623f3f691e267b959e5ba200e72988ba4dd12658c9fbc" +metafile = true + [[files]] file = "mods/balm.pw.toml" hash = "e02edad65b21bdaa914dce1237d99e4a4d2d80e497e817e0cd77be87043c80be" @@ -1571,6 +1576,11 @@ file = "mods/lets-do-vinery.pw.toml" hash = "804cfa5ea0ee40e2cd079f8acc738d83c3bf9afd689deab4a6be9d28e62f6b40" metafile = true +[[files]] +file = "mods/lexiconfig.pw.toml" +hash = "471f6366615d29246e35c3193359ea479925ad98eb2beb1d59f0647f9896df3d" +metafile = true + [[files]] file = "mods/loot-journal.pw.toml" hash = "69c57c204a597cd8d05b9de65b63516bdae88589cb254d38b0361cc828e5e1a3" @@ -2041,6 +2051,11 @@ file = "mods/vein-mining.pw.toml" hash = "0d1a0a24a2d759c48bb1daa4b1bf27df514c91a4ff9a2c87df20ed5ce9ae809a" metafile = true +[[files]] +file = "mods/vibrative-voice.pw.toml" +hash = "5194dedc1d09130cf3635ea8f32e8d95ce0615d08d9c60006ec94e512a01eb46" +metafile = true + [[files]] file = "mods/wares.pw.toml" hash = "781312254556427d94858b2441e76ccc5bb10225c49ca072d17c2a52de710258" diff --git a/mods/attract-to-sound.pw.toml b/mods/attract-to-sound.pw.toml new file mode 100644 index 0000000..145f008 --- /dev/null +++ b/mods/attract-to-sound.pw.toml @@ -0,0 +1,13 @@ +name = "Attract to Sound (Forge/Fabric): Sound & Stealth." +filename = "forge_soundattract_1.20.1-3.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zZluixcp/versions/IdivdtXt/forge_soundattract_1.20.1-3.0.1.jar" +hash-format = "sha512" +hash = "07f2cffc46258ed2ecccb7b20cd8645cbcc4631f83a7cb54f94cdf974a579ec36e574465a834e0beb84ba6fae7a13e6e3770fa705278c5373c0eaced32131c15" + +[update] +[update.modrinth] +mod-id = "zZluixcp" +version = "IdivdtXt" diff --git a/mods/lexiconfig.pw.toml b/mods/lexiconfig.pw.toml new file mode 100644 index 0000000..6756a40 --- /dev/null +++ b/mods/lexiconfig.pw.toml @@ -0,0 +1,13 @@ +name = "Lexiconfig" +filename = "lexiconfig-forge-1.4.18-1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/D157Rgyf/versions/iv3Hdpa6/lexiconfig-forge-1.4.18-1.jar" +hash-format = "sha512" +hash = "6050924134d594dd7031061bfe70b34429842516b388262335024206e50993794baa3697f08053bd001e728d3ce42875ee5215e819ed2c595a002cec46c40985" + +[update] +[update.modrinth] +mod-id = "D157Rgyf" +version = "iv3Hdpa6" diff --git a/mods/vibrative-voice.pw.toml b/mods/vibrative-voice.pw.toml new file mode 100644 index 0000000..018682f --- /dev/null +++ b/mods/vibrative-voice.pw.toml @@ -0,0 +1,13 @@ +name = "Vibrative Voice" +filename = "VibrativeVoice-forge-1.20.1-1.2.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Wa9vzNNU/versions/c1nQyYLn/VibrativeVoice-forge-1.20.1-1.2.0.jar" +hash-format = "sha512" +hash = "6d15dcb3eaaa38cc41635ec732ec732111d6348dda9b90142e6c30a136cc6102afe2f52575086fe86b1f471a0254486046e40487840e6991f984bca666c3ff67" + +[update] +[update.modrinth] +mod-id = "Wa9vzNNU" +version = "c1nQyYLn" diff --git a/pack.toml b/pack.toml index f76ff0a..c9f64d4 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 = "e29683de29577b203c9b68ad4b3391f619f1f89d3c91f3b185b2a083ee319854" +hash = "66dba7a2b0b2f9b2347d929042109dd8014187780d7119ff4a14a1a2cc21b59d" [versions] forge = "47.4.0"