How to make entity glow in certain conditions

Started by Blueguard on

Topic category: Help with MCreator software

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make entity glow in certain conditions

I wanna make an item that glows when player is sneaking, but I couldnt manage it to make procedures. Any help ?

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What about placing an…
Tue, 12/12/2023 - 14:23

What about placing an invisible block with no hitbox, but lights up area around it? Make it delete itself after a few seconds, so that it only glows where the player is.

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nice idea but I mean by…
Tue, 12/12/2023 - 18:07

Nice idea but I mean by glowing is that item glows like it has enchatment, not like a torch.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh! Sorry I thought you…
Tue, 12/12/2023 - 18:54

Oh! Sorry I thought you wanted the player to glow when the item is used. Sorry! The simplest way I can think to do this is to go into the item, and on the first page select item glow. Go to the side and create a new condition for that, and do: if player sneaking, do, return true. Else, return false. Hope this helps!