@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface MixinConfig.LateMixin
Annotates a boolean Forge @Config field that should toggle if a mixin should attempt to be loaded late or not
Late loading is for mixins targeting mod classes that are loaded too late for normal mixins to target
name: Name of the mixin configuration file (Json) to be loaded