Mod Initializer
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.