aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2022-01-28 03:46:00 +0100
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2022-01-28 03:46:00 +0100
commite0cefac2db16f10490c0c980686fafc6263ead9a (patch)
tree963d484eb60d238a992dca3fea0c7a4a5a18050a /src/main/resources
parenta3b5cad38376be3da5674480ec60f4610b321671 (diff)
downloadSkyblocker-e0cefac2db16f10490c0c980686fafc6263ead9a.tar.gz
Skyblocker-e0cefac2db16f10490c0c980686fafc6263ead9a.tar.bz2
Skyblocker-e0cefac2db16f10490c0c980686fafc6263ead9a.zip
implementing KonaeAkira quicknav
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
-rw-r--r--src/main/resources/fabric.mod.json2
-rw-r--r--src/main/resources/skyblocker.mixins.json2
3 files changed, 4 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 cda4bcaf..dbdc3c1a 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -9,6 +9,8 @@
"text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API Key (WIP)",
"text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars",
"text.autoconfig.skyblocker.option.general.bars.enableBars": "Enable Bars",
+ "text.autoconfig.skyblocker.option.general.quicknav": "Quicknav",
+ "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Enable Quicknav",
"text.autoconfig.skyblocker.option.general.richPresence": "Discord Rich Presence",
"text.autoconfig.skyblocker.option.general.richPresence.info": "Skyblock Info",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 8ef1482d..fa04da47 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,7 +5,7 @@
"name": "Skyblocker",
"description": "Hypixel Skyblock Mod",
"authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"],
- "contributors": ["ExternalTime", "Zailer43", "TacoMonkey"],
+ "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira"],
"contact": {
"homepage": "https://hysky.de",
"sources": "https://github.com/LifeIsAParadox/Skyblocker",
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 6efba1f9..31c08089 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -9,7 +9,7 @@
"InGameHudMixin",
"ItemRendererMixin",
"LeverBlockMixin",
- "MinecraftClientMixin"
+ "MinecraftClientMixin",
"AccessorWorldRenderer",
"GenericContainerScreenMixin",
"GenericContainerScreenHandlerMixin",