How can i make a vanilla mob unspawnable at specific biome

Started by ArdaVRL07 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Mar 2023
Points:
207

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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 ? 

Active 6 days ago
Joined May 2022
Points:
1180

User statistics:

  • Modifications: 14
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
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.

Active 1 week ago
Joined Mar 2023
Points:
207

User statistics:

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

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