This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods_update(Auto Clicker Fabric): 更新至 1.5.0 (#120)
歷史提交: * mods_update(Auto Clicker Fabric): 更新至 1.5.0 * mods_fix(Auto Clicker Fabric): 套用審核者的建議修正 Co-authored-by: StarskyXIII <[email protected]> Co-authored-by: StarskyXIII <[email protected]>
- Loading branch information
1 parent
cdfc5f0
commit 3a4e0b0
Showing
2 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"category.autoclicker-fabric": "Auto clicker", | ||
"keybinding.toggle-hold": "Toggle Holding keys", | ||
"keybinding.toggle-jump": "Toggle Holding jump", | ||
"keybinding.open-gui": "Open auto clicker GUI", | ||
"autoclicker-fabric.hud.holding": "Holding %s", | ||
"autoclicker-fabric.msg.holding-keys": "Holding keys!", | ||
"autoclicker-fabric.msg.released-keys": "Released keys!", | ||
"autoclicker-fabric.gui.speed": "Speed: %f ticks", | ||
"autoclicker-fabric.gui.active": "Active: %s", | ||
"autoclicker-fabric.gui.spamming": "Spamming: %s", | ||
"autoclicker-fabric.gui.attack": "Attack (left click)", | ||
"autoclicker-fabric.gui.use": "Use (right click)", | ||
"autoclicker-fabric.gui.jump": "Use (jump)", | ||
"autoclicker-fabric.gui.respect": "Respect cooldown: %s", | ||
"autoclicker-fabric.gui.mob-mode": "Mob mode: %s", | ||
"autoclicker-fabric.gui.help.active": "If enabled, it will use the options below to determine how to auto click", | ||
"autoclicker-fabric.gui.help.spamming": "When enabled, the key will be pressed then unpressed, you can control how quickly this happens below.", | ||
"autoclicker-fabric.gui.help.cooldown": "When enabled, if a mob is detected, the button will be tapped in respect to the cooldown of the attack.", | ||
"autoclicker-fabric.gui.help.mob-mode": "(Must have 'Respect Cooldown' enabled). When enabled, the button will only be clicked when a mob is in direct light of sight.", | ||
"autoclicker-fabric.gui.help.spam-speed": "When 'spamming' is enabled, this setting will determine how many ticks are between each click, 0 = off, 1+ = 1 tick of delay." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters