diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-12 10:25:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 10:25:59 -0400 |
commit | 8de8c711946c32f091660253f47f96c506fb33d7 (patch) | |
tree | 7a6e65bb296e05c0f273531913af2c9373523b6c /src/main/resources/assets | |
parent | fa978596931a020cca07ac5d19ed39807d0704e4 (diff) | |
download | Skyblocker-8de8c711946c32f091660253f47f96c506fb33d7.tar.gz Skyblocker-8de8c711946c32f091660253f47f96c506fb33d7.tar.bz2 Skyblocker-8de8c711946c32f091660253f47f96c506fb33d7.zip |
Add Ender Nodes Helper (#629)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 |
1 files changed, 1 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 aee38317..d4d6dd85 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -357,6 +357,7 @@ "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks.@Tooltip": "Used for calculating Motes sell prices.", "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.screen": "End HUD Config...", "text.autoconfig.skyblocker.option.locations.end.waypoint": "End Protector Waypoint", |