Started by
Instant Veemo
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod that tells you were you are when you change biome. But I can I get a procedure to run when a player changes biome?
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod that tells you were you are when you change biome. But I can I get a procedure to run when a player changes biome?
my guess is that you would need to use the player update tick global trigger, store the biome a player is currently in as a global variable somehow, and check if the biome is not the same one as before.
I have done that about an hour after doing this post. Hard to do but does work.