Started by
ZomberDark
on
Topic category: Help with Minecraft modding (Java Edition)
hello everyone
I am making a mod in which, when entering a specific biome (the dark forest for example) a title of the name of the biome is displayed (as in RPG or Dark Souls games), the issue is that it is complicated for me since when Using the player's ticks the title appears but remains permanently and flickering until the player leaves said biome. If anyone has a way to stop it from showing only when entering the biome, I would be very grateful. If it is a better image, I'm still not used to the mcreator hehe.
what you can have is a string variable added to player called biome, make a check if the player variable is = to the biome if not play the message and make it the same(that solves the repeating message spam)