Add Music Box

This commit is contained in:
Mateusz Słodkowicz 2025-09-13 22:31:53 +02:00
parent 151c430293
commit c8c6b95383
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
5 changed files with 512 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -315,6 +315,10 @@ hash = "f85d096050d7f762e84eafd756599ba7a6468e37df45843ee119d0071c8c714f"
file = "config/sodiumextras-client.toml" file = "config/sodiumextras-client.toml"
hash = "a6d1a2d26e596953c4b93e19c593ffc7d5d7359cb3a5cfcaad61c0c0e2bd7a2c" hash = "a6d1a2d26e596953c4b93e19c593ffc7d5d7359cb3a5cfcaad61c0c0e2bd7a2c"
[[files]]
file = "config/soundattract-common.toml"
hash = "900e6fdf9b3695470421b0f2f431c6dbdb441cee39c26b450bee1eb3b4307fdf"
[[files]] [[files]]
file = "config/sparsestructures.json5" file = "config/sparsestructures.json5"
hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9" hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9"
@ -1109,6 +1113,11 @@ file = "mods/delightful.pw.toml"
hash = "0f2101fa1d95b52baa3aa1dccb587371c7e4fd5812d3ad4dca7b427feb8fe6dd" hash = "0f2101fa1d95b52baa3aa1dccb587371c7e4fd5812d3ad4dca7b427feb8fe6dd"
metafile = true metafile = true
[[files]]
file = "mods/deltaboxlib.pw.toml"
hash = "3605597ba3c20ae649d26cb82b8d4e365fd01d5f5e199e88bde0137d94a2b10f"
metafile = true
[[files]] [[files]]
file = "mods/despawning-eggs-hatch.pw.toml" file = "mods/despawning-eggs-hatch.pw.toml"
hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53" hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53"
@ -1998,6 +2007,11 @@ file = "mods/multibeds.pw.toml"
hash = "83f175e8d8e9247d536cc64fbdd86e42be5a52a80f8f4f4defc0797410270819" hash = "83f175e8d8e9247d536cc64fbdd86e42be5a52a80f8f4f4defc0797410270819"
metafile = true metafile = true
[[files]]
file = "mods/musicbox.pw.toml"
hash = "4daeb663b5c7748725c9c96e30f30a537f2d6395a64b723274c9a8b07c3cf510"
metafile = true
[[files]] [[files]]
file = "mods/my-nethers-delight.pw.toml" file = "mods/my-nethers-delight.pw.toml"
hash = "019b1fc9ddc90219203532bf68538e1f1b2487599c6c9b9a3a074df0abd66b48" hash = "019b1fc9ddc90219203532bf68538e1f1b2487599c6c9b9a3a074df0abd66b48"

13
mods/deltaboxlib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Deltabox Lib"
filename = "deltaboxlib-forge-2.2.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FDGHOWuC/versions/vpF66nb3/deltaboxlib-forge-2.2.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "d2ee80e90bf25819dcf0ff03940c9134bca03e74405da1595bcb1c2a12c4c52a595dab203e63082f521c434519db6125d9dc2512b6e4434ceff72508566af88e"
[update]
[update.modrinth]
mod-id = "FDGHOWuC"
version = "vpF66nb3"

13
mods/musicbox.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Music Box"
filename = "musicbox-forge-2.0.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hKWZWeEG/versions/q3HFwzq3/musicbox-forge-2.0.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "4557c42734181b5ababf98b0c3a13fedd88eb6dd5edfea6478be4a228fc4462c438966053a13fcfa16371db34bf7760330fd023376969d346dd0c7c2af318c93"
[update]
[update.modrinth]
mod-id = "hKWZWeEG"
version = "q3HFwzq3"

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 = "57ea8818bb408ec3d86f4c0f30a418561740773813e0ec5534143dd01ace90ca" hash = "121d920fc85ca0f2b7abb57db24b376aa7de6ab09889a74ceaf2a1ea8c098bec"
[versions] [versions]
forge = "47.4.8" forge = "47.4.8"