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

Does exist a complete documentation ? #45

Closed quentin452 closed 1 year ago

quentin452 commented 1 year ago

Because the README.md seem to incomplete

KorewaLidesu commented 1 year ago

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

quentin452 commented 1 year ago

OK lill try later

KorewaLidesu commented 1 year ago

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)

quentin452 commented 1 year ago

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

quentin452 commented 1 year ago

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

quentin452 commented 1 year ago

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

Rongmario commented 1 year ago

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