mirror of
https://github.com/Pridecraft-Studios/pridepack.git
synced 2025-09-22 10:42:53 -04:00
feat: Added music toggling support (untested)
This commit is contained in:
parent
66a52d0394
commit
f0c1d6032c
@ -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"
|
||||
}
|
3
assets/minecraft/sounds.json.rpo
Normal file
3
assets/minecraft/sounds.json.rpo
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"condition": "other.enableMusic"
|
||||
}
|
@ -29,6 +29,9 @@
|
||||
enablePanorama: true,
|
||||
enableSplashes: true,
|
||||
enableTranslations: true
|
||||
},
|
||||
other: {
|
||||
enableMusic: true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user