-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create bankers-note-helper #7119
base: master
Are you sure you want to change the base?
Conversation
New plugin |
Your build is failing because you use WidgetInfo or WidgetID. link You should instead be using ComponentID or InterfaceID. |
Can you name this without calling it better and give it a more descriptive name of what it does? |
Sure, I can certainly do that! Will fix the name and description soon. Currently trying to figure out switching off WidgetInfo |
I have successfully removed the deprecated usage of WidgetInfo and have replaced it with ComponentID/InterfaceID. Furthermore, as asked, I have renamed it to "Banker's Note Helper" to remove the word better, I have also updated the README, to give more info about it! It's pretty simple so let me know if you need more:
Hope that's good! Final question - I'm new to this style of PR's, where we merge off the commit hash. Since I changed the name of the repo as well (that URL changed) and I have a new hash - how do you advise me to update the PR? EDIT: |
the most important is to update the repo url and commit hash. optionally you can also rename the file to |
Awesome, thanks! Done! |
You should probably use WidgetItemOverlay and cache your image you are drawing probably |
changed log levels
Awesome, thanks! Removed the file, and changed those log levels! |
This is a plugin for Banker's Note.
It will display an icon of the current item Banker's Note is using. (Similar to how Rune Pouch shows small icons for what Runes are currently in the pouch).