senseiwells / EssentialClient

EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
MIT License
77 stars 14 forks source link

Figura incompatibility #46

Closed lenrik1589 closed 2 years ago

lenrik1589 commented 2 years ago

Figura is a client-side mod for creating custom avatars, and in one of it's mixins it does has a @Redirect that clashes with essential client's @Redirect onto the same method call, I think @Injects are preferable where possible, and looking at maruohon/tweakeroo there is a way to implement that functionality w/o use of a redirect, here's the @Redirect in question in tweakeroo(well, not a @Redirect here, but), Figura and EssetialClient. And since both Figura and EssenialClient use a redirect, since one of those is guaranteed to fail, game crashes at startup.

senseiwells commented 2 years ago

This should be resolved now