Unnamed markers apear where the dyanmic lights apear.
Benji7010 opened this issue ยท 2 comments
Describe the bug
Whenever I or a mob I encountered has dynamic lights, unnamed markers appear where the light comes from.
Steps to reproduce
- Install Axiom with dynamic lights.
- Play a world in creative mode.
- Hold out a dynamic light source or find something that produces dynamic lights.
Expected behavior
No response
Additional context
No response
As of v1.8, all markers get a custom name including light level information.
Since using markers is how this project works and switching to a different method for storing dynamic light positions is currently not in development, I will close this issue as not planned for now.
This is just how this project works at its core. It saves the positions of dynamic lights for the next tick using the mentioned marker entities. Normally, marker entities are not even sent to the client, so there would be no way for players to see them, but the mod you are playing with makes them visible.
I could maybe give the markers a name, but other than that, I'm not sure if I can change anything about this.