WeaveLoader

The main class of the Weave Loader.

Types

Link copied to clipboard
data class ModConfig(val mixinConfigs: List<String> = listOf(), val hooks: List<String> = listOf(), val entrypoints: List<String> = listOf(), val name: String? = null, val modId: String? = null)

The data class that is read from a mod's weave.mod.json.

Functions

Link copied to clipboard

This is where Weave loads mods, and ModInitializer.preInit() is called.

Properties

Link copied to clipboard

Stored list of WeaveMods.