diff options
author | olim <bobq4582@gmail.com> | 2024-06-03 22:45:07 +0100 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-07-01 14:26:13 +0100 |
commit | e92cd753c695772371cf79636f011834a8518634 (patch) | |
tree | 0b5a6d4359d4aef507a473e8f207fa7e3485920c /src/main/resources | |
parent | 27b242b1d0d40d5b107a09718833400a14395fe1 (diff) | |
download | Skyblocker-e92cd753c695772371cf79636f011834a8518634.tar.gz Skyblocker-e92cd753c695772371cf79636f011834a8518634.tar.bz2 Skyblocker-e92cd753c695772371cf79636f011834a8518634.zip |
fix control helper
make it actually based off ping and not just how long the games has been open and change the line to a block outline
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index c19a352d..cd8fff39 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -878,7 +878,7 @@ "skyblocker.crimson.dojo.swiftnessHelper": "Enable Swiftness Helper", "skyblocker.crimson.dojo.swiftnessHelper.@Tooltip": "highlights the newest wool block to go to.", "skyblocker.crimson.dojo.controlHelper": "Enable Control Helper", - "skyblocker.crimson.dojo.controlHelper.@Tooltip": "Creates a line from cursor to where to aim (this is not exact and is guessed of ping).", + "skyblocker.crimson.dojo.controlHelper.@Tooltip": "enders an outline around where to aim.", "skyblocker.crimson.dojo.tenacityHelper": "Enable Tenacity Helper", "skyblocker.crimson.dojo.tenacityHelper.@Tooltip": "Shows a path for each fireball and predicted block they are going to hit.", |