diff options
author | Ghost <66458557+Ghost-3@users.noreply.github.com> | 2024-02-14 22:55:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 14:55:59 -0500 |
commit | c562f2d2a1d0706f7eea1d4e0477fce31b611360 (patch) | |
tree | 8b8e0b6fc6dbe67a70d0843189f3b1a78d9e8abf /src/main/resources/assets/skyblocker | |
parent | 1486efaca25f1c2ca55e6428cb87c378969fd5d7 (diff) | |
download | Skyblocker-c562f2d2a1d0706f7eea1d4e0477fce31b611360.tar.gz Skyblocker-c562f2d2a1d0706f7eea1d4e0477fce31b611360.tar.bz2 Skyblocker-c562f2d2a1d0706f7eea1d4e0477fce31b611360.zip |
Disable title and chat messages for Melon/Pumpkin Dicer (#534)
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 91d3ad37..211ee3fb 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -179,7 +179,9 @@ "text.autoconfig.skyblocker.option.locations.spidersDen": "Spider's Den", "text.autoconfig.skyblocker.option.locations.spidersDen.relics": "Hidden Relics Helper", "text.autoconfig.skyblocker.option.locations.spidersDen.relics.enableRelicsHelper": "Enable Hidden Relics Helper", - "text.autoconfig.skyblocker.option.locations.spidersDen.relics.highlightFoundRelics": "Highlight found relics", + "text.autoconfig.skyblocker.option.locations.spidersDen.relics.highlightFoundRelics": "Highlight Found Relics", + "text.autoconfig.skyblocker.option.locations.garden": "Garden", + "text.autoconfig.skyblocker.option.locations.garden.dicerTitlePrevent": "Enable Dicer Title Prevent", "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints": "Dungeon Secret Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableRoomMatching": "Enable Room Matching", @@ -336,6 +338,8 @@ "text.autoconfig.skyblocker.option.messages.hideMimicKill.@Tooltip": "Filters the \"Mimic dead!\" and \"Mimic killed!\" messages from chat.", "text.autoconfig.skyblocker.option.messages.hideDeath": "Hide Player Death Messages", "text.autoconfig.skyblocker.option.messages.hideDeath.@Tooltip": "Filters the player death messages from chat.", + "text.autoconfig.skyblocker.option.messages.hideDicer": "Hide Dicer Messages", + "text.autoconfig.skyblocker.option.messages.hideDicer.@Tooltip": "Filters the Dicer messages from chat.", "text.autoconfig.skyblocker.category.slayer": "Slayers", "text.autoconfig.skyblocker.option.slayer.endermanSlayer": "[Beta] Enderman Slayer", "text.autoconfig.skyblocker.option.slayer.endermanSlayer.highlightNukekubiHeads": "Nukekubi Head Highlighting", |