SkytAsul / GlowingEntities

An API to easily make Minecraft entities glow. No dependencies, compatible 1.17 -> 1.21.
MIT License
65 stars 9 forks source link

Adding support for block glow #3

Closed Tuchan closed 1 year ago

Tuchan commented 1 year ago

This is by far the best "glow" API I've used. The only issue is that you can't apply glow on blocks just by using this API. You have to create shulkers and then apply glow on them, which could be supported out of the box to provide an even better user experience. You could also get a free performance boost since you wouldn't have to load all shulkers and then hide them with invisibility. If my brain works correctly, this should be achievable almost in the same way how YAMIPA does it.

SkytAsul commented 1 year ago

I'm working on it, thanks for the idea!