-
-
Notifications
You must be signed in to change notification settings - Fork 590
feat(HUD): BedPlatesView #6399
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
base: nextgen
Are you sure you want to change the base?
feat(HUD): BedPlatesView #6399
Conversation
It used to be kept if `BlockState` is null, now we remove it
idk. really. in my opinion it useless and annoying |
Cool. Seems more useable than the regular bedplates module. I just think it's always a bit weird when a HUD element depends on a Module. Really need to come up with a way that makes it a bit more intuitive. |
There would be more module-related components or component parts in the future (now we already have one: BlockCounter), so I think we can make an interface (or annotation?) to mark a theme-only event. And even remove it from the EventManager because there are no Kotlin/Java feature listening them. |
Another demand is to support custom values in Builtin HUD Components. For example in this component we could have:
It's also very useful to other components. I know we already have a PR doing this: #5619 |
This is pending. I wanna make this (also |
Compact:

Normal:

closes #6370