diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-19 01:17:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 01:17:11 -0400 |
commit | 65731fff8e7c08088cc8352a9236c04f8ef39277 (patch) | |
tree | b4dfd06e2fc2f705083e7822da607e0c051a6fb5 /src/main/resources/assets/skyblocker | |
parent | 38f3ec2348c0d02d3b2ef682bfbb62aa0a327cec (diff) | |
parent | 7773e425d3e2da1e4d4c0368be3067052f35139e (diff) | |
download | Skyblocker-65731fff8e7c08088cc8352a9236c04f8ef39277.tar.gz Skyblocker-65731fff8e7c08088cc8352a9236c04f8ef39277.tar.bz2 Skyblocker-65731fff8e7c08088cc8352a9236c04f8ef39277.zip |
Merge pull request #371 from AzureAaron/waypoint-rendering-customization
Secret Waypoint Rendering Customization
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 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 df58136c..552caf7c 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -238,6 +238,9 @@ "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableSecretWaypoints": "Enable Dungeon Secret Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.noInitSecretWaypoints": "Do Not Initialize Secret Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.noInitSecretWaypoints.@Tooltip": "This option can save around 20 MB of ram if enabled, but Secret Waypoint will require a restart after turning off this option to work.", + "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.waypointType": "Waypoint Type", + "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.waypointType.@Tooltip": "Waypoint: Displays a highlight and beam.\n\nOutlined Waypoint: Displays both a waypoint and an outline.\n\nHighlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Outlines the secret in a box.", + "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.showSecretText": "Show Secret Text", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableEntranceWaypoints" : "Enable Entrance Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableSuperboomWaypoints" : "Enable Superboom Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableChestWaypoints" : "Enable Chest Waypoints", |