Started by
BMAgamer
on
Topic category: Feature requests and ideas for MCreator
I think there should be procedure triggers for biomes. For example
When player enters biome
When player leaves biome
On biome tick rate
Stuff like that
Topic category: Feature requests and ideas for MCreator
I think there should be procedure triggers for biomes. For example
When player enters biome
When player leaves biome
On biome tick rate
Stuff like that
Would be cool, but before; you can just check the biome at XYZ on player tick, and use a global bool variable if he is in biome or not (and for "on biome tick rate", just use player tick again and add an "if biome" thing to check.)
Well I want something to activate just once when a player enters the biome. How would I do this?