Started by
MaksOle444
on
Topic category: Help with Minecraft modding (Java Edition)
I want a potion effect to be applied to the player when entering my biome, but how to do it?
Topic category: Help with Minecraft modding (Java Edition)
I want a potion effect to be applied to the player when entering my biome, but how to do it?
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!