aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/lang/en_us.json
diff options
context:
space:
mode:
authorKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-05-22 20:30:12 -0400
committerKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-06-22 11:32:58 +0800
commit027426aacac048b85cd310e9e3d4101e0156a917 (patch)
treeea7fb5c02d8ef8b22c547565694e0ab69d15fbe0 /src/main/resources/assets/skyblocker/lang/en_us.json
parent4c987071fbc4dc2898afaa0f45f4887808a56de3 (diff)
downloadSkyblocker-027426aacac048b85cd310e9e3d4101e0156a917.tar.gz
Skyblocker-027426aacac048b85cd310e9e3d4101e0156a917.tar.bz2
Skyblocker-027426aacac048b85cd310e9e3d4101e0156a917.zip
Add Fairy Souls Helper
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json6
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 858507fe..b40dd52e 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -22,6 +22,8 @@
"text.autoconfig.skyblocker.option.general.bars.barpositions.experienceBarPosition": "Experience Bar Position",
"text.autoconfig.skyblocker.option.general.fishing": "Fishing Helper",
"text.autoconfig.skyblocker.option.general.fishing.enableFishingHelper": "Enable Fishing Helper",
+ "text.autoconfig.skyblocker.option.general.fairySouls": "Fairy Souls Helper",
+ "text.autoconfig.skyblocker.option.general.fairySouls.enableFairySoulsHelper": "Enable Fairy Souls Helper",
"text.autoconfig.skyblocker.option.general.quicknav": "Quicknav",
"text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Enable Quicknav",
"text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "View backpack preview without holding Shift",
@@ -222,5 +224,7 @@
"skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!",
- "skyblocker.fishing.reelNow": "Reel in now!"
+ "skyblocker.fishing.reelNow": "Reel in now!",
+ "skyblocker.fairySouls.markAllFound": "Marked all fairy souls in the current island as found",
+ "skyblocker.fairySouls.markAllMissing": "Marked all fairy souls in the current island as missing"
}