Potion effect when entering biome

Started by MaksOle444 on

Topic category: Help with modding (Java Edition)

Last seen on 04:12, 17. Jun 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Potion effect when entering biome

I want a potion effect to be applied to the player when entering my biome, but how to do it?

Last seen on 15:17, 9. Nov 2023
Joined May 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is a simple one. You'll…
Sat, 08/19/2023 - 17:29

This is a simple one. You'll have to make a procedure as follows:

Event Trigger - On Player Tick

If: Is Biome At X Y Z Type (choose Biome)

Do: Add potion (Choose) with level () for () ticks to event/target entity.

 

Hope that helps!