Started by
Modmakerlol
on
Topic category: Help with Minecraft modding (Java Edition)
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?
nvm im just not gonna use it for now
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)")
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.