diff options
author | olim <bobq4582@gmail.com> | 2024-01-31 14:35:54 +0000 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-01-31 14:35:54 +0000 |
commit | 89f38714edc7b0ab06dadf7119c4d4d762191a2f (patch) | |
tree | d23e7ae3f1570336b7a246cdd0a7a0c402ff6878 /src/main/resources/assets/skyblocker/lang | |
parent | 24f0a72bba4d224ff4270bbe3175e600f1389d27 (diff) | |
download | Skyblocker-89f38714edc7b0ab06dadf7119c4d4d762191a2f.tar.gz Skyblocker-89f38714edc7b0ab06dadf7119c4d4d762191a2f.tar.bz2 Skyblocker-89f38714edc7b0ab06dadf7119c4d4d762191a2f.zip |
map location size configurable and removed unused code
removed code that was unused in the new functions. and added a config option for the locations on the crystals map as well as showing certain locations smaller to better fit their size
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-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 4269441d..b994ab63 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -280,6 +280,7 @@ "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.enabled": "Enabled", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.screen": "Crystals HUD Config...", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.showLocations": "Show Waypoints", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud.showLocations.locationSize": "Location Size", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints": "Crystal Hollows Waypoints", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.enabled": "Enabled Waypoints", "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.findInChat": "Find Waypoints In Chat", |