MixinBooter

MixinBooter

7M Downloads

Does exist a complete documentation ?

quentin452 opened this issue ยท 7 comments

commented

Because the README.md seem to incomplete

commented

Hmmmm, you just implement things in Tidbits and you done
Make sure to implement correctly

commented

OK lill try later

commented

Oh I forgot about something, put the mixin config in resource folder
Put config name and return it in getMixinConfigs (return as ImmutableList if you only have 1 mixin config, else just load what you need in the list)

commented

Infact I come from 1.7.10 mixin and I try making mixin in 1.12.2 but it seem to be different

commented

Like I don't know where I can consult IEarlyMixinLoader by example

commented

Ah OK I found it it's in the mixinbooter source code

commented

Always consult the library's comments first, I will expand on the README when I have some time though, thank you!