Started by
The_Star_Solver
on
Topic category: Help with Minecraft modding (Java Edition)
Currently, I'm making a mod that makes an specific overlay on the player's screen. But, I need to make it so that the overlay only shows up when it is called, so I need help on Call Procedure in the name of a Event/Target Entity, that causes the overlay to appear. Not sure if there is a block that does it.
You should make it with a nbt tag. For example set nbt flash to true and for the overlay make a procedure return nbt flash = true, this will make the overlay only appear when the nbt is true for Event/Target entity.