CleanroomMC / MixinBooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
GNU Lesser General Public License v2.1
50 stars 17 forks source link

[Question] How to make mixin target preinit works #42

Closed SettingDust closed 1 year ago

SettingDust commented 1 year ago

I'm trying to make a mixin apply at pre init with "target": "@env(PREINIT)". But it's invalid the mixin config MixinBooter 5.0

SettingDust commented 1 year ago

Seems I misunderstand what's pre init