Invalid mixin for 1.20.1 v 1.6.0 (fabric)
skycatminepokie opened this issue · 3 comments
I've seen a lot of crashes due to an invalid mixin on 1.20.1. Looks like you're trying to inject into ItemStack#getHoverName, which does not exist.
https://gnomebot.dev/paste/mclogs/pMYW0nP
https://maven.fabricmc.net/docs/yarn-1.20.1+build.10/net/minecraft/item/ItemStack.html
Nothing to worry about, it’s an optional mixin which doesn’t cause a crash. It’s also a deprecated feature that shouldn’t affect any of my mods if they’re on the latest version.
…On Sat, Mar 29, 2025 at 3:15 PM, skycatminepokie ***@***.***(mailto:On Sat, Mar 29, 2025 at 3:15 PM, skycatminepokie <<a href=)> wrote:
I've seen a lot of crashes due to an invalid mixin on 1.20.1. Looks like you're trying to inject into ItemStack#getHoverName, which does not exist.
https://gnomebot.dev/paste/mclogs/pMYW0nP
https://maven.fabricmc.net/docs/yarn-1.20.1+build.10/net/minecraft/item/ItemStack.html
—
Reply to this email directly, [view it on GitHub](#14), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZFMTEDFWEHOZXYFCJ7TATT2W3PNNAVCNFSM6AAAAAB2BTLONWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE2TQMZWG4YTMMQ).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[skycatminepokie] skycatminepokie created an issue [(nvb-uy/Necronomicon#14)](#14)
I've seen a lot of crashes due to an invalid mixin on 1.20.1. Looks like you're trying to inject into ItemStack#getHoverName, which does not exist.
https://gnomebot.dev/paste/mclogs/pMYW0nP
https://maven.fabricmc.net/docs/yarn-1.20.1+build.10/net/minecraft/item/ItemStack.html
—
Reply to this email directly, [view it on GitHub](#14), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZFMTEDFWEHOZXYFCJ7TATT2W3PNNAVCNFSM6AAAAAB2BTLONWVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE2TQMZWG4YTMMQ).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Are you sure? I don't see a mixin config class, and I've always seen them fail as a classnotfound, not a critical injection failure.
https://github.com/nvb-uy/Necronomicon/blob/main/src%2Fmain%2Fjava%2Felocindev%2Fnecronomicon%2Fmixin%2Ffabric%2FAnimatedItemNameMixin.java
I could just be blind though