From 3078ca5022ac789bdf9d1c5bd701b905913559cf Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 17 Sep 2025 23:09:57 +0100 Subject: [PATCH] Move sounds mod configs to defaultoptions --- .../config/{ => defaultoptions/extra/config}/sounds/chat.json | 0 .../config/{ => defaultoptions/extra/config}/sounds/event.json | 0 .../{ => defaultoptions/extra/config}/sounds/mod_utils.json | 0 overrides/config/{ => defaultoptions/extra/config}/sounds/ui.json | 0 .../config/{ => defaultoptions/extra/config}/sounds/world.json | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename overrides/config/{ => defaultoptions/extra/config}/sounds/chat.json (100%) rename overrides/config/{ => defaultoptions/extra/config}/sounds/event.json (100%) rename overrides/config/{ => defaultoptions/extra/config}/sounds/mod_utils.json (100%) rename overrides/config/{ => defaultoptions/extra/config}/sounds/ui.json (100%) rename overrides/config/{ => defaultoptions/extra/config}/sounds/world.json (100%) diff --git a/overrides/config/sounds/chat.json b/overrides/config/defaultoptions/extra/config/sounds/chat.json similarity index 100% rename from overrides/config/sounds/chat.json rename to overrides/config/defaultoptions/extra/config/sounds/chat.json diff --git a/overrides/config/sounds/event.json b/overrides/config/defaultoptions/extra/config/sounds/event.json similarity index 100% rename from overrides/config/sounds/event.json rename to overrides/config/defaultoptions/extra/config/sounds/event.json diff --git a/overrides/config/sounds/mod_utils.json b/overrides/config/defaultoptions/extra/config/sounds/mod_utils.json similarity index 100% rename from overrides/config/sounds/mod_utils.json rename to overrides/config/defaultoptions/extra/config/sounds/mod_utils.json diff --git a/overrides/config/sounds/ui.json b/overrides/config/defaultoptions/extra/config/sounds/ui.json similarity index 100% rename from overrides/config/sounds/ui.json rename to overrides/config/defaultoptions/extra/config/sounds/ui.json diff --git a/overrides/config/sounds/world.json b/overrides/config/defaultoptions/extra/config/sounds/world.json similarity index 100% rename from overrides/config/sounds/world.json rename to overrides/config/defaultoptions/extra/config/sounds/world.json