Biome triggers

Started by BMAgamer on

Topic category: Feature requests and ideas for MCreator

Last seen on 21:57, 1. Apr 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Biome triggers

I think there should be procedure triggers for biomes. For example

When player enters biome
When player leaves biome
On biome tick rate

Stuff like that

Last seen on 15:05, 6. Oct 2023
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would be cool, but before;…
Sat, 09/16/2023 - 16:55

Would be cool, but before; you can just check the biome at XYZ on player tick, and use a global bool variable if he is in biome or not (and for "on biome tick rate", just use player tick again and add an "if biome" thing to check.)

Last seen on 21:57, 1. Apr 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well I want something to…
Sun, 09/17/2023 - 13:34

Well I want something to activate just once when a player enters the biome. How would I do this?