SkytAsul / GlowingEntities

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

Is it possible to hide a "shulker head"? #15

Closed Lemar98 closed 4 months ago

Lemar98 commented 4 months ago

Hello Is it possible to make it so that I can glow the blocks and these heads will not be visible? After studying the source code, I realized that this is most likely impossible due to the limitations of Minecraft. I need to glow Banner's and these shulker heads can be seen through the banner. Maybe there is some kind of loophole? image

SkytAsul commented 4 months ago

Unfortunately no, as you said it's a limitation of Minecraft. Maybe you could investigate if a display entity could be used.