Disable entity spawning in cave biome

Started by Wilhelm Bismarck on

Topic category: Troubleshooting, bugs, and solutions

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Disable entity spawning in cave biome

I'm trying to disable all - except local - mobs from spawning in certains cave biomes.

I've found this topic, made the procedure it coutains (edited, see img), but it does not works, there are still entities spawning in the biome.

The bug seems to come from the "is biome at x:() y:() z:() type ()" which does not detect the biome.

Any idea ?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Fixed : add a "random ( x…
Sat, 08/23/2025 - 23:45

Fixed : add a "random ( x pos of ( entity ) )" for each coordinate.

But this disable egg/summon spawning, any idea of how to force these spawns ?