Started by
Da great Z
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm currently trying to create a kind of client-side glowing effect that doesn’t just outline an entity, but actually highlights it through walls.
The closest I’ve gotten so far is using custom entity models by duplicating the original model removing the previous one and modifying either the texture or the render type. From what I understand, it should be possible to create something that does exactly this, rendering the entity through walls with a slight glow and a custom color, but my knowledge in this area is almost nonexistent.
If anyone knows of a plugin or has a magic solution for this, I’d gladly take it!