forked from Clones/Controlify
rumble source
This commit is contained in:
@ -47,6 +47,8 @@
|
||||
"controlify.gui.reduce_aiming_sensitivity.tooltip": "Reduce the sensitivity when aiming.",
|
||||
"controlify.gui.custom_name": "Display Name",
|
||||
"controlify.gui.custom_name.tooltip": "Name to display for this controller throughout Minecraft.",
|
||||
"controlify.gui.group.vibration": "Vibration",
|
||||
"controlify.gui.group.vibration.tooltip": "Adjust how your controller vibrates.",
|
||||
"controlify.gui.group.advanced": "Advanced",
|
||||
"controlify.gui.group.advanced.tooltip": "Settings you probably shouldn't touch!.",
|
||||
"controlify.gui.screen_repeat_navi_delay": "Screen Repeat Navigation Delay",
|
||||
@ -76,6 +78,21 @@
|
||||
|
||||
"controlify.gui.controller_unavailable": "Controller unavailable and cannot be edited.",
|
||||
|
||||
"controlify.vibration_strength.controlify.master": "Master",
|
||||
"controlify.vibration_strength.controlify.master.tooltip": "The strength of all vibrations. Will also affect the strength of all other sources.",
|
||||
"controlify.vibration_strength.controlify.damage": "Take Damage",
|
||||
"controlify.vibration_strength.controlify.damage.tooltip": "When you take damage. This effect is scaled based on the amount of damage you take.",
|
||||
"controlify.vibration_strength.controlify.block_destroy": "Block Destroy",
|
||||
"controlify.vibration_strength.controlify.block_destroy.tooltip": "When you are mining a block in a survival mode.",
|
||||
"controlify.vibration_strength.controlify.use_item": "Item Use",
|
||||
"controlify.vibration_strength.controlify.use_item.tooltip": "When you are using an item. For example:\n - pulling a bow or trident,\n - blocking with a shield,\n - eating or drinking, etc.",
|
||||
"controlify.vibration_strength.controlify.item_break": "Item Break",
|
||||
"controlify.vibration_strength.controlify.item_break.tooltip": "When an item breaks.",
|
||||
"controlify.vibration_strength.controlify.gui": "GUI",
|
||||
"controlify.vibration_strength.controlify.gui.tooltip": "Various effects in GUIs such as anvil use.",
|
||||
"controlify.vibration_strength.controlify.global_event": "Global Event",
|
||||
"controlify.vibration_strength.controlify.global_event.tooltip": "When a global event occurs such as wither spawn or ender dragon death.",
|
||||
|
||||
"controlify.toast.vmouse_enabled.title": "Virtual Mouse Enabled",
|
||||
"controlify.toast.vmouse_enabled.description": "Controlify virtual mouse is now enabled for this screen.",
|
||||
"controlify.toast.vmouse_disabled.title": "Virtual Mouse Disabled",
|
||||
|
Reference in New Issue
Block a user