From d550f7e308892bda986cc9556c2819c92762b14a Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 24 Aug 2024 22:59:38 -0300 Subject: [PATCH] feat: add drip sounds --- index.toml | 5 +++++ mods/dripsounds-fabric.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/dripsounds-fabric.pw.toml diff --git a/index.toml b/index.toml index 4c88284..76626bd 100644 --- a/index.toml +++ b/index.toml @@ -250,6 +250,11 @@ file = "mods/do-a-barrel-roll.pw.toml" hash = "4bddb852809c3838923f41d8538b3c8160dfba52df156583e7b32337a4dc113b" metafile = true +[[files]] +file = "mods/dripsounds-fabric.pw.toml" +hash = "6992619452254eac894dbaaaff722c4dfa3d3576405f1b3c4d9782fe98aaf7e1" +metafile = true + [[files]] file = "mods/dungeons-and-taverns.pw.toml" hash = "a5bce60eb3d4feced5e0e932c53e2dfa5257722b8bd5f1ac3aba99411263b00d" diff --git a/mods/dripsounds-fabric.pw.toml b/mods/dripsounds-fabric.pw.toml new file mode 100644 index 0000000..de90a78 --- /dev/null +++ b/mods/dripsounds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Drip Sounds (Fabric)" +filename = "DripSounds-1.19.4-0.3.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/7GB1hLrr/DripSounds-1.19.4-0.3.2.jar" +hash-format = "sha1" +hash = "0ec2a4722337bdcb668b6e37c43ec35bc2e0c617" + +[update] +[update.modrinth] +mod-id = "T8MMXTpr" +version = "7GB1hLrr"