aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2023-06-24 12:47:20 +0800
committerGitHub <noreply@github.com>2023-06-24 12:47:20 +0800
commit579feae3e4a2231bf7e6f98977762bf38b762f3b (patch)
tree6a68eb47de855a3bcee42569f79cbca2f36d4d28 /src/main/resources
parent4c987071fbc4dc2898afaa0f45f4887808a56de3 (diff)
parent272131e0c082493e0df12b510012460f07a88694 (diff)
downloadSkyblocker-579feae3e4a2231bf7e6f98977762bf38b762f3b.tar.gz
Skyblocker-579feae3e4a2231bf7e6f98977762bf38b762f3b.tar.bz2
Skyblocker-579feae3e4a2231bf7e6f98977762bf38b762f3b.zip
Merge pull request #167 from kevinthegreat1/fairy-souls
Fairy Souls Helper
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json6
-rw-r--r--src/main/resources/skyblocker.mixins.json3
2 files changed, 7 insertions, 2 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"
}
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index f8b39c93..253e42d7 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -17,7 +17,8 @@
"MinecraftClientMixin",
"PlayerListHudAccessor",
"PlayerListHudMixin",
- "RecipeBookWidgetAccessor"
+ "RecipeBookWidgetAccessor",
+ "accessor.BeaconBlockEntityRendererInvoker"
],
"injectors": {
"defaultRequire": 1