OptiFabric

OptiFabric

9M Downloads

Controlify incompatibility - intermediary lambda names have changed

isXander opened this issue ยท 0 comments

commented

In controlify, I mixin into a lambda method method_22678. When paired with Optifabric, this mixin fails to inject. Upon examining the class file modified by Optifine, Doptifabric.export=true, the equivelent lambda method in Java form is now named method_22676.

Is optifine/optifabric removing lambdas? Should intermediary be interfered like this when modifying the methods present? Is this purely an Optifabric issue?