feat: Added music toggling support (untested)

This commit is contained in:
NormalFery 2025-06-02 10:21:04 +01:00
parent 66a52d0394
commit f0c1d6032c
3 changed files with 10 additions and 1 deletions

View File

@ -198,5 +198,8 @@
"rpo.pridepack.ui.enableMinecraftLogo": "Enable Pride Minecraft Logo",
"rpo.pridepack.ui.enablePanorama": "Enable Panorama",
"rpo.pridepack.ui.enableSplashes": "Enable Splashes",
"rpo.pridepack.ui.enableTranslations": "Enable Translations"
"rpo.pridepack.ui.enableTranslations": "Enable Translations",
"rpo.pridepack.other": "Other",
"rpo.pridepack.other.enableMusic": "Enable Custom Music"
}

View File

@ -0,0 +1,3 @@
{
"condition": "other.enableMusic"
}

View File

@ -29,6 +29,9 @@
enablePanorama: true,
enableSplashes: true,
enableTranslations: true
},
other: {
enableMusic: true
}
}
}