Add mod: Drip Sounds

This commit is contained in:
Wroclaw 2023-08-05 17:59:30 +02:00
parent c336fa2cae
commit 717841daa0
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{
"enabled": true,
"volume": 1.0,
"dripChance": 10,
"useDripstoneSounds": true,
"soundCategory": "ambient"
}

9
index.toml generated
View file

@ -68,6 +68,10 @@ hash = "00adc361d80a7854032d81b69d5368951181004c747399362b80b700f9ad4690"
file = "config/shulkerboxtooltip.json5" file = "config/shulkerboxtooltip.json5"
hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706" hash = "2d7668cfa3ce58578952b09f03d2e02ad77558761480fe6479947bee0c2c7706"
[[files]]
file = "config/waterdripsound.json"
hash = "f978c0cdc2a504b00d995a41058f68deff5b9c8dfd62f7509134a6f6f05f7668"
[[files]] [[files]]
file = "config/yosbr/config/ibeeditor-common.json" file = "config/yosbr/config/ibeeditor-common.json"
hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338" hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338"
@ -140,6 +144,11 @@ file = "mods/custom-window-title.pw.toml"
hash = "d95e86e4ac6984ded372855f5ed4cca36308f389d8046fde1c37a5315739eecd" hash = "d95e86e4ac6984ded372855f5ed4cca36308f389d8046fde1c37a5315739eecd"
metafile = true metafile = true
[[files]]
file = "mods/dripsounds-fabric.pw.toml"
hash = "6992619452254eac894dbaaaff722c4dfa3d3576405f1b3c4d9782fe98aaf7e1"
metafile = true
[[files]] [[files]]
file = "mods/enhanced-block-entities.pw.toml" file = "mods/enhanced-block-entities.pw.toml"
hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60" hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60"

View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "13a726d0ccecfa3ce3fdc88a3a2e6b2932a84e154d426f6a18914b41e657e721" hash = "1f9d133f0edf6bf2d87a16a0645a4a1c9ae482ccead187946c825a7af8d566c2"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"