-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Invokers with the same name and different signatures are not supported #522
Labels
Comments
Invokers and Accessors are very old part of the toolkit and the method signature/descriptor is not part of their identifier. Thus this is not currently supported but I will look at adding support for this. |
artemisSystem
added a commit
to VazkiiMods/Botania
that referenced
this issue
Aug 28, 2024
artemisSystem
added a commit
to VazkiiMods/Botania
that referenced
this issue
Oct 19, 2024
TheRealWormbo
pushed a commit
to VazkiiMods/Botania
that referenced
this issue
Jan 19, 2025
TheRealWormbo
pushed a commit
to VazkiiMods/Botania
that referenced
this issue
Feb 3, 2025
TheRealWormbo
pushed a commit
to VazkiiMods/Botania
that referenced
this issue
Feb 9, 2025
TheRealWormbo
pushed a commit
to VazkiiMods/Botania
that referenced
this issue
Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have Minecraft class with 2 methods:
The first one is remapped, the second one not, so if you create Invokers:
You will get such Exception:
crash-2021-09-04_22.16.45-client.txt
I know there are no such situations in Vanilla and probably in Fabric, but you can find such things in Forge.
Created refmap:
Mixin: 0.8.3
MixinGradle: 0.7-SNAPSHOT
ForgeGradle: 3.+
Forge: 1.12.2-14.23.5.2855
The text was updated successfully, but these errors were encountered: