diff options
author | olim <bobq4582@gmail.com> | 2024-01-30 12:28:25 +0000 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-01-30 12:28:25 +0000 |
commit | fb583f4d085e4b34609e24399a72701210bb682c (patch) | |
tree | efbd102fe3b27380db54f39ee1754bb34dcbbae5 /src/main/resources | |
parent | 81e17a23645f429f91f77663928372bdf0833e16 (diff) | |
download | Skyblocker-fb583f4d085e4b34609e24399a72701210bb682c.tar.gz Skyblocker-fb583f4d085e4b34609e24399a72701210bb682c.tar.bz2 Skyblocker-fb583f4d085e4b34609e24399a72701210bb682c.zip |
start of crystal hollows fetures
basic implementation of a map and way-points features for the crystal hollows
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/crystals_map.png | bin | 0 -> 39156 bytes |
2 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 527205cf..903d702e 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -275,6 +275,9 @@ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[2]": "\nClassic: Shows name and percentage in a very simple box.", "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.screen": "Dwarven HUD Config...", "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "Enable Background", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsHud": "Crystal Hollows Map", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints": "Crystal Hollows Waypoints", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.crystalsWaypoints.findInChat": "Find Waypoints In Chat", "text.autoconfig.skyblocker.option.locations.rift": "The Rift", "text.autoconfig.skyblocker.option.locations.rift.mirrorverseWaypoints": "Enable Mirrorverse Waypoints", diff --git a/src/main/resources/assets/skyblocker/textures/gui/crystals_map.png b/src/main/resources/assets/skyblocker/textures/gui/crystals_map.png Binary files differnew file mode 100644 index 00000000..4e807ea1 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/crystals_map.png |