Fire overlay is dum

Started by Modmakerlol on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Fire overlay is dum

I was trying to make a fire overlay for my mod (using a tutorial cus im dum at mcreator) and now the fire overlay is always active, no matter what. On fire or not its just there, blocking up the screen, how do i fire overlay pls?

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm im just not gonna use it…
Fri, 08/19/2022 - 04:48

nvm im just not gonna use it for now

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the condition thing on…
Fri, 08/19/2022 - 15:47

Use the condition thing on the right hand of your overlay maker. If you make a procedure which returns true or false it should work. (Don't just return true or false, do something like "return if (player in block)")

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would the code be like?,…
Sat, 08/27/2022 - 19:00

How would the code be like?, i'm trying to make a player catch SoulFire when they touch soul fire, so i can make a soul aspect enchantment, and i'm having a hard time trying to figure out how to make the overlay show up when they touch Soul Fire.