screen message when entering a biome

Started by ZomberDark on

Topic category: Help with modding (Java Edition)

Last seen on 17:45, 2. Feb 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
screen message when entering a biome
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.
Last seen on 05:03, 17. May 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what you can have is a…
Sun, 01/07/2024 - 23:55

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)

Last seen on 17:45, 2. Feb 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Uuuh I don't know if you…
Mon, 01/08/2024 - 04:23
Uuuh I don't know if you could send an image to give me an idea? It's not to take advantage of me or anything, it's more to give me an idea/understand well.
Last seen on 17:45, 2. Feb 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to actually stop the…
Mon, 01/08/2024 - 04:25
How to actually stop the message so that it doesn't keep repeating for each tick