Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_update(Auto Clicker Fabric): 更新至 1.5.0 (#120)
Browse files Browse the repository at this point in the history
歷史提交:
* 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
xMikux and StarskyXIII authored Jan 5, 2023
1 parent cdfc5f0 commit 3a4e0b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
22 changes: 22 additions & 0 deletions assets/autoclicker-fabric/lang/en_us.json
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."
}
14 changes: 8 additions & 6 deletions assets/autoclicker-fabric/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"category.autoclicker-fabric": "Auto clicker",
"keybinding.toggle-hold": "切換按住按鍵",
"keybinding.open-gui": "打開自動點擊介面",
"keybinding.toggle-jump": "切換按住跳躍",
"keybinding.open-gui": "開啟自動點擊介面",
"autoclicker-fabric.hud.holding": "按住 %s",
"autoclicker-fabric.msg.holding-keys": "按住按鍵!",
"autoclicker-fabric.msg.released-keys": "釋放按鍵!",
Expand All @@ -10,11 +11,12 @@
"autoclicker-fabric.gui.spamming": "連點: %s",
"autoclicker-fabric.gui.attack": "攻擊(左鍵)",
"autoclicker-fabric.gui.use": "使用(右鍵)",
"autoclicker-fabric.gui.respect": "尊重冷卻: %s",
"autoclicker-fabric.gui.mob-mode": "怪物檢測模式: %s",
"autoclicker-fabric.gui.jump": "使用(跳躍)",
"autoclicker-fabric.gui.respect": "尊重冷卻:%s",
"autoclicker-fabric.gui.mob-mode": "怪物檢測模式:%s",
"autoclicker-fabric.gui.help.active": "當啟用時,它將使用以下選項來確定如何自動點擊",
"autoclicker-fabric.gui.help.spamming": "啟用時,它將會重複點擊,你可以在下面控制重複點擊的發生速度。",
"autoclicker-fabric.gui.help.cooldown": "啟用時,如果檢測到怪物,將根據攻擊冷卻來點擊。",
"autoclicker-fabric.gui.help.mob-mode": "(必須啟用尊重冷卻)啟用時,該點擊只會在怪物處於視線範圍前進行",
"autoclicker-fabric.gui.help.spam-speed": "啟用“連點”時,此設定將確定每次點擊的間隔有多少 ticks,0 = 關閉、1+ = 1 tick 的延遲。"
}
"autoclicker-fabric.gui.help.mob-mode": "(必須啟用尊重冷卻)啟用時,該點擊只會在怪物處於視線範圍前進行",
"autoclicker-fabric.gui.help.spam-speed": "啟用「連點」時,此設定將確定每次點擊的間隔有多少 ticks,0 = 關閉、1+ = 1 tick 的延遲。"
}

0 comments on commit 3a4e0b0

Please sign in to comment.