-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
feat: Scaffold block counter as HUD component #4114
Conversation
MukjepScarlet
commented
Oct 9, 2024
Maybe also make an option to enable block display, which block is being placed/used. |
I don't know how to draw an item with web UI, it could be much easier with native. |
+1 |
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.
The code looks good. The implementation of displaying the block that is selected is fairly easy to add. Take a look at the implementation of the BlockSetting
.
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.