Skip to content
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

More args for MC_PRE_RENDER_ENTITY_LIGHTING #593

Open
Foks256 opened this issue Nov 23, 2024 · 0 comments
Open

More args for MC_PRE_RENDER_ENTITY_LIGHTING #593

Foks256 opened this issue Nov 23, 2024 · 0 comments
Labels
callback request enhancement New feature or request

Comments

@Foks256
Copy link
Collaborator

Foks256 commented Nov 23, 2024

MC_PRE_RENDER_ENTITY_LIGHTING is a very handy callback, sadly right now with very little amount of things you can do with it, you can completely stop the rendering of the light, which is nice, you can change the offset, which could get handy, but there are a few things you cannot do which would be very useful, such as:

  • Changing the color of the light
  • Changing the size of the light
  • Changing the variant of the light (which is based on its anm2 frame)

These are the main things I think this callback should also provide and grant the ability to change, maybe with a table as a return param, similar to TakeDamage callbacks.

@Foks256 Foks256 added enhancement New feature or request callback request labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
callback request enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant