From 1a256f849525c2172b8bacbc044fad3fb420b413 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:03:18 +0200 Subject: added sbh to mod menu switcher --- constants/ModGuiSwitcher.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/constants/ModGuiSwitcher.json b/constants/ModGuiSwitcher.json index 771b44c..5313efa 100644 --- a/constants/ModGuiSwitcher.json +++ b/constants/ModGuiSwitcher.json @@ -139,6 +139,15 @@ "guiPath": [ "gg.skytils.skytilsmod.gui.OptionsGui" ] + }, + "SkyBlock Hud": { + "description": [ + "Much stuff!" + ], + "command": "sbh", + "guiPath": [ + "com.thatgravyboat.skyblockhud.core.GuiScreenElementWrapper" + ] } } } \ No newline at end of file -- cgit