Restructure all modules what could go wrong?
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package chickenmanfy.scify
|
||||
|
||||
import chickenmanfy.scify.modules.Hotkey
|
||||
import chickenmanfy.scify.modules.* // woo fancy import all modules
|
||||
import net.fabricmc.api.ClientModInitializer
|
||||
|
||||
|
||||
@@ -8,5 +8,11 @@ object SciFyClient : ClientModInitializer {
|
||||
override fun onInitializeClient() {
|
||||
// Runs the Hotkey().hotkeys() function which contains all keybindings.
|
||||
Hotkey().hotkeys()
|
||||
|
||||
// Run the modules
|
||||
AutoWelcome().autoWelcome()
|
||||
FishingNotif().fishingNotif()
|
||||
Bars().bars()
|
||||
//LivelyMode().livelyMode()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user