Injection validation failed: Constant modifier method extendDrawOffset(I)I
For some reason tesselator mixin not loads with this error:
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Injection validation failed: Constant modifier method extendDrawOffset(I)I in mixins.falsetweaks.json:client.triangulator.TessellatorMixin expected 1 invocation(s) but 0 succeeded. Scanned 1 target(s). Using refmap mixins.falsetweaks.refmap.json [INJECT Applicator Phase -> mixins.falsetweaks.json:client.triangulator.TessellatorMixin -> Apply Injections -> -> PostInject -> mixins.falsetweaks.json:client.triangulator.TessellatorMixin->@ModifyConstant::extendDrawOffset(I)I]
I maximally reduced mod list and here is it
(Patcher is mixin loader compatible with GasStation)
I also tried use GasStation and ran into same error
UPD: I gets this error even only with mixin loader, falsepatternlib, falsetweaks and optifine
It crashes because -Dmixin.debug=true, is there way to fix it?
Remove -Dmixin.debug=true for the time being when running with optifine