-
Notifications
You must be signed in to change notification settings - Fork 205
Added an Action for copying ATs while on NeoForge 1.21.4+ #2537
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
Conversation
|
New PRs should target the |
|
Hi, please rebase your commit onto the dev branch |
i believe i have done that? i may be wrong. i've never rebased a pr before |
Earthcomputer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You didn't rebase properly. I can merge manually if you can't figure out how to rebase, that's no problem.
| ideaVersionName = 2024.3 | ||
|
|
||
| coreVersion = 1.8.7 | ||
| coreVersion = 1.8.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't bump the version in PRs
| import java.awt.Toolkit | ||
| import java.awt.datatransfer.StringSelection | ||
|
|
||
| class CopyNeoAtAction : AnAction() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be a separate action? Could you not just fix the existing AT action to work on 1.21.4+?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ill reopen a new PR with it done better.
Neoforge uses runtime mappings on 1.21.4+ so the copy AT fails to find a string.
In this PR i took the fabric AWs and just modified em to provide the proper AT for neoforge.