Started by
malwrix
on
Topic category: Help with Minecraft modding (Java Edition)
I'd want to add an effect, that when you have it, all air around you in a radius of... lets say 100 blocks, will get the effect similar to Glowing, and have connected textures = only edges will be glowing, not inside of the air.
This can be done by creating a custom entity model in a block shape, through the use of blockbench, and giving it an invisible texture. Then, constantly give it a glowing effect. You can then summon this invisible glowing block all around you creating the situation that you want. I'm not 100% if this solves your problem, but it could help.
I personally would suggest doing something different, as from my albeit slightly limited experience, this seems quite difficult to solve.