From 878814d08e907af4ab6db5da7ad4acc2f07622e0 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 14:54:48 -0400 Subject: [PATCH] Add AmbientSounds and Sound Physics Remastered Add Ambient Sounds Add sound physics remastered --- index.toml | 15 +++++++++++++++ mods/ambientsounds.pw.toml | 13 +++++++++++++ mods/creativecore.pw.toml | 13 +++++++++++++ mods/sound-physics-remastered.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/ambientsounds.pw.toml create mode 100644 mods/creativecore.pw.toml create mode 100644 mods/sound-physics-remastered.pw.toml diff --git a/index.toml b/index.toml index d4845f8..484502a 100644 --- a/index.toml +++ b/index.toml @@ -52,6 +52,11 @@ hash = "6f5bf766cebabca0bcfa339eeb119956c48c40eba03c5aa39d7685eab67c56b5" file = "config/yosbr/shaderpacks/rethinking-voxels_r0.1_alpha4.zip.txt" hash = "6e7b02f11cb6feb7f08d1088d042518d1a04cb6b71a7b2b109cf997173510e3c" +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "65df20d0156ede8eefdedbcb297ee041f3e0d4058e957f3b7d52c509d9d07852" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1" @@ -147,6 +152,11 @@ file = "mods/continuity.pw.toml" hash = "bb7b31de1f5c7941aff59030d59168a5971e8c47884bcd8905637836ff97ce46" metafile = true +[[files]] +file = "mods/creativecore.pw.toml" +hash = "16e271347136c50d3ce6b3350dcc558ab2f5b75b60d88c1781c03e619b21858d" +metafile = true + [[files]] file = "mods/creeper-overhaul.pw.toml" hash = "a700b9ee3a43f831e4d71c1c6cd816813975b61ebdb962297e95d71026d1e056" @@ -357,6 +367,11 @@ file = "mods/sodium.pw.toml" hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b" metafile = true +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "3decc297ef37c1ecb820b095d076dfa04e5c2d16a29e165f27c911a80d2e4afd" +metafile = true + [[files]] file = "mods/spark.pw.toml" hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..e5df139 --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,13 @@ +name = "AmbientSounds" +filename = "AmbientSounds_FABRIC_v5.2.22_mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fM515JnW/versions/ohMKnW3z/AmbientSounds_FABRIC_v5.2.22_mc1.20.1.jar" +hash-format = "sha1" +hash = "e65247d4b2ed0f82fc193366ca9d82f8f9ac6f85" + +[update] +[update.modrinth] +mod-id = "fM515JnW" +version = "ohMKnW3z" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..e6c0db5 --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FABRIC_v2.11.5_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/i7eXEyKw/CreativeCore_FABRIC_v2.11.5_mc1.20.1.jar" +hash-format = "sha1" +hash = "23ad9ab2eca7774d3928ab61955cac6952bde239" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "i7eXEyKw" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..f8375ac --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "soundphysics-fabric-1.20.1-1.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/67Uq017p/soundphysics-fabric-1.20.1-1.2.1.jar" +hash-format = "sha1" +hash = "4993f388e254abdaa551869650414fc92f164811" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "67Uq017p" diff --git a/pack.toml b/pack.toml index 80de596..fe72748 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 = "a2c04c7e0419361732b37ee83fed460c1e9900d534c3de9c1656856db164e03b" +hash = "cf0b43bd9370e15be73fab1f6c22165435fa12f66623237992d24676ed5e1b25" [versions] minecraft = "1.20.1"