diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-02-02 01:05:14 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-02-02 01:05:14 -0500 |
commit | e5017cf3b6bf1d072033ed79e7b73291d5584650 (patch) | |
tree | 70f010665fdabe63a19c972a10ac4cfd01ade870 /src/main/resources/assets | |
parent | 26301c0032c96cc96993420e8c7011cea18fc4a2 (diff) | |
download | Skyblocker-e5017cf3b6bf1d072033ed79e7b73291d5584650.tar.gz Skyblocker-e5017cf3b6bf1d072033ed79e7b73291d5584650.tar.bz2 Skyblocker-e5017cf3b6bf1d072033ed79e7b73291d5584650.zip |
Add map scaling option
Also fixed the last few formatting issues I saw
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 936ac1fa..f17f109e 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -279,6 +279,7 @@ "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud": "Crystal Hollows Map", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.enabled": "Enabled", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.screen": "Crystal Hollows Map Placement Config...", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.mapScaling": "Map Scaling", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.showLocations": "Show Waypoints", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.showLocations.@Tooltip": "Show boxes on important areas in the crystal hollows e.g. Jungle Temple and Fairy Grotto.", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.showLocations.locationSize": "Location Size", |