1
0
forked from Clones/Controlify

ui sounds

This commit is contained in:
isXander
2023-04-16 17:44:39 +01:00
parent 6eaf16d8c3
commit 800f219fa6
12 changed files with 62 additions and 6 deletions

View File

@ -13,6 +13,8 @@
"controlify.reach_around.singleplayer_only": "Singleplayer Only",
"controlify.reach_around.singleplayer_and_lan": "Singleplayer and LAN",
"controlify.reach_around.everywhere": "Everywhere",
"controlify.gui.ui_sounds": "UI Sounds",
"controlify.gui.ui_sounds.tooltip": "If enabled, Controlify will play UI sounds when you interact with the UI, like in legacy console editions of Minecraft.",
"controlify.gui.out_of_focus_input": "Out of Focus Input",
"controlify.gui.out_of_focus_input.tooltip": "If enabled, Controlify will still receive input even if the game window is not focused.",
"controlify.gui.keyboard_movement": "Keyboard-like Movement",

View File

@ -0,0 +1,7 @@
{
"controlify.ui.focus": {
"sounds": [
"controlify:ui_focus"
]
}
}