How to make the player become an effect when he goes to a specific vanilla biome?

Started by FireWorks_CreepeR on

Topic category: Help with modding (Java Edition)

Last seen on 11:35, 27. Mar 2023
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make the player become an effect when he goes to a specific vanilla biome?

I wanted to make in my mod like when you go to a cold biome you get an effect which damages you. Is there a way to do that?

Yep. First of all, create a…
Sat, 08/17/2019 - 00:01

Yep. First of all, create a new Procedure. After, choose the event Random player tick (or something like this.). Then, put a if block condition and go into World Data (The second). Finally, you have just to take the block get biome at x y z (nameOfTheBiome). You have just to put the biome you want and to put the effect. Repeat the if for each biome (into the same procedure.).

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find the first…
Tue, 03/29/2022 - 04:28

I can't find the first procedure block, did they remove it? Is this still possible with another method?

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind I figured it out,…
Wed, 03/30/2022 - 05:00

Nevermind I figured it out, thanks!