ModInitializer

All Weave Loader mods need to implement this class. When Weave is loading mods, it will create a new instance of the class that implements this interface. This occurs before the game loads.

Override preInit() to initialize your mod.

Functions

Link copied to clipboard
abstract fun preInit()

This is called before the game loads, and should be overridden to initialize your mod.