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

Use BlockDisplays for glowing blocks (when possible) #19

Open TheDeafCreeper opened 2 months ago

TheDeafCreeper commented 2 months ago

Not all items work in BlockDisplays unfortunately, namely banners (maybe you could do some magic with ItemDisplays?), but it would allow much more flexibility for the shape of the glowing entity if a BlockDisplay was used.

image

SkytAsul commented 2 months ago

That's right! But then what is the point of using GlowingBlock? The spigot API must be more straightforward, no?

EDIT: might be useful to add different colors for each player.