diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-24 11:54:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 11:54:49 -0400 |
commit | cca9c9a13c3c92f06f567cb8467b525a32cdfd2a (patch) | |
tree | b02a0c286ddd91bc66a97bc653adcb4a0f16be25 /src/main/resources/assets/skyblocker | |
parent | 38e1057e08afcfe2912a19183ab70de97476d902 (diff) | |
parent | acd7d7225f8685ab9374899628b367936f082c81 (diff) | |
download | Skyblocker-cca9c9a13c3c92f06f567cb8467b525a32cdfd2a.tar.gz Skyblocker-cca9c9a13c3c92f06f567cb8467b525a32cdfd2a.tar.bz2 Skyblocker-cca9c9a13c3c92f06f567cb8467b525a32cdfd2a.zip |
Merge pull request #667 from viciscat/end-hud-changes
fix and things for end hud
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 0780e74c..96d3d6d8 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -379,6 +379,8 @@ "text.autoconfig.skyblocker.option.locations.end": "The End", "text.autoconfig.skyblocker.option.locations.end.enableEnderNodeHelper": "Enable Ender Node Helper", "text.autoconfig.skyblocker.option.locations.end.hudEnabled": "HUD Enabled", + "text.autoconfig.skyblocker.option.locations.end.zealotKillsEnabled": "Show Zealot Kills Information", + "text.autoconfig.skyblocker.option.locations.end.protectorLocationEnable": "Show Protector Location", "text.autoconfig.skyblocker.option.locations.end.screen": "End HUD Config...", "text.autoconfig.skyblocker.option.locations.end.waypoint": "End Protector Waypoint", "text.autoconfig.skyblocker.option.locations.end.resetName": "Reset stored End stats", |