How to make air have a glowing effect?

Started by malwrix on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make air have a glowing effect?

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. 

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This can be done by creating…
Wed, 11/27/2024 - 00:42

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.