Big Progress for Dynamic Bars

This commit is contained in:
desyncfy
2024-07-02 11:35:55 -07:00
parent 4a15cc7274
commit 703c38220c
3 changed files with 27 additions and 8 deletions

View File

@@ -6,10 +6,8 @@ import net.fabricmc.api.ClientModInitializer
object SciFyClient : ClientModInitializer {
override fun onInitializeClient() {
// Runs the Hotkey().hotkeys() function which contains all keybindings.
Hotkey().hotkeys()
// Run the modules
Hotkey().hotkeys()
AutoWelcome().autoWelcome()
FishingNotif().fishingNotif()
Bars().bars()