Help with effects

Started by Voidminecraft on

Topic category: Help with modding (Java Edition)

Last seen on 16:55, 9. May 2023
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with effects

 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

Last seen on 12:37, 30. Mar 2024
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well you could try making a…
Thu, 08/12/2021 - 02:16

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.