How can i make a vanilla mob unspawnable at specific biome

Started by ArdaVRL07 on

Topic category: Help with modding (Java Edition)

Last seen on 20:11, 18. Jul 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make a vanilla mob unspawnable at specific biome

İ want to make a vanilla mob unspawnable at specific biome that it already spawns , can anyone help please ? 

Last seen on 20:37, 26. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure that…
Fri, 12/29/2023 - 13:17

Make a procedure that triggers 'when entity spawns,' then use an if bracket to check if the entity is a subtype of the entity you're trying to block, and if the biome at x/y/z is the biome you don't want it to spawn in.

Last seen on 20:11, 18. Jul 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 can u show me an example ?…
Mon, 01/08/2024 - 00:41

 can u show me an example ? i dont quite understand you sorry.