From 878eb9bd9ab78158ea7350402c4da448cbdcc8af Mon Sep 17 00:00:00 2001 From: htmlcsjs <46023024+htmlcsjs@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:33:18 +0100 Subject: [PATCH] Allow Changing of Sound Output Device (#478) *A small mod that adds an option to switch the sound output device* v1.0.4 (https://www.curseforge.com/minecraft/mc-mods/more-sound-config/files/2707092) [FEATURE] [QOL] --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4152045..2d1676f 100644 --- a/manifest.json +++ b/manifest.json @@ -539,6 +539,14 @@ "fileID": 2833640, "required": true }, + { + "projectID": 306555, + "fileID": 2707092, + "required": true, + "sides": [ + "client" + ] + }, { "projectID": 306770, "fileID": 3162874, @@ -761,4 +769,4 @@ "required": true } ] -} +} \ No newline at end of file