-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Need help]Mixin throws fake errors when injecting to a method overwriting an obfuscated method. #39
Comments
What "fake error" do you get? |
|
Yes I already have remap=true, and everything worked well except for the fake errors. |
Oops mis-clicked on close with comment, can moderator reopen this? |
nvm I can't read |
Please note that I'm not injecting into the vanilla method itself. I actually injected into |
yeah in this case one should use |
When I try to build, runClient, or runObfClient every time, fake errors are thrown onto my IntelliJ IDEA, causing the file to be popped up, which is annoying:
In my mod: https://github.com/Blue-Beaker/mte_patches
This refers to this file, which I injected into a method that overwrites an obfuscated method from its parent class.
However this actually worked in both deobfuscated and obfuscated environments. So how could I get rid of these errors?
The text was updated successfully, but these errors were encountered: