You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixin fails to locate method metadata for class initializers when an injection requests locals capture. The failure occurs at the following point in Locals:
org.spongepowered.asm.util.throwables.LVTGeneratorException: Could not locate method metadata for <clinit> generating LVT in net/minecraft/block/Blocks
The text was updated successfully, but these errors were encountered:
Mixin fails to locate method metadata for class initializers when an injection requests locals capture. The failure occurs at the following point in
Locals
:Mixin/src/main/java/org/spongepowered/asm/util/Locals.java
Lines 139 to 142 in 804bd2c
A simple reproduction case for
net.minecraft.block.Blocks
:Targetting a loop at the tail of the class initializer, as seen in source:
Failing with:
The text was updated successfully, but these errors were encountered: