Started by
Voidminecraft
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I need help with an effect. So I want to make it that when I enter a biome, I get a specific effect (I already have the effect made). How do I make a procedure for this, because I have been looking for it for a while. Is it even possible?
Sincerely,
VoidMinecraft
Well you could try making a custom block that spawns in the biome a the surface block, and when the player's on it it activates the effect or something like that. Or, you could try making a custom mob spawn in that biome, and that mob checks if the player is in that biome or something. But the first way requires a custom block, and the second way requires a custom mob to be there, so I don't really know of many better ways than this. You might be able to find some correct way to do this though.