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
java.lang.NullPointerException
at org.spongepowered.asm.lib.tree.InsnList.indexOf(InsnList.java:133)
at org.spongepowered.asm.mixin.injection.struct.Target.indexOf(Target.java:450)
at org.spongepowered.asm.mixin.injection.invoke.InvokeInjector.checkTargetForNode(InvokeInjector.java:108)
at org.spongepowered.asm.mixin.injection.invoke.RedirectInjector.inject(RedirectInjector.java:252)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:200)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:267)
Because Bytecode.findSuperInit will return null because there is no call to Entity.<init>(...), but there is a call to TntEntity.<init>(...)
The text was updated successfully, but these errors were encountered:
For example trying
crashes with
Because
Bytecode.findSuperInit
will returnnull
because there is no call toEntity.<init>(...)
, but there is a call toTntEntity.<init>(...)
The text was updated successfully, but these errors were encountered: