@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface MixinConfig.MixinToggle
Annotates a boolean field annotated with @Config.Name that toggles if mixins should attempt to be loaded
Early loading is for mixins targeting Vanilla/Core-mod classes
Late loading is for mixins targeting mod classes that are loaded too late for normal mixins to target
earlyMixin: Name of the mixin configuration file (Json) to be loaded early (Empty for none, must be either or both)
lateMixin: Name of the mixin configuration file (Json) to be loaded late (Empty for none, must be either or both)
defaultValue: If the mixin should attempt to be loaded by default (First launch)