Open approved opened 4 years ago
Using the following @Inject, Mixing in to ItemRenderer, crashes the game.
@Inject(at = @At(value = "INVOKE", target = "net/minecraft/item/ItemStack.isDamaged()Z"), method = "renderGuiItemOverlay(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/item/ItemStack;IILjava/lang/String;)V", cancellable = true)
Log with Error: https://paste.ee/p/4ajir
Edit: included the class I'm mixing in to
This is targetting ItemRenderer
Using the following @Inject, Mixing in to ItemRenderer, crashes the game.
Log with Error: https://paste.ee/p/4ajir
Edit: included the class I'm mixing in to