-
Bug
-
Resolution: Fixed
-
1.19.3, 1.20 Pre-release 7, 23w44a
-
None
-
Confirmed
-
Mob spawning
-
Low
-
Platform
This bug was first reported in MC-26274. Since it has been closed for many years (erroneously), I am reopening under a new issue.
Before spawning, spawners check if there are more than MaxNearbyEntities entities of the same type as the spawner. If so, it skips spawning. However, this miscounts entities that are similar. This could be WAI, if not for the fact that it's not symmetric:
Cave spiders count toward a Spider spawner's mob cap, but spiders don't count toward a cave spider spawner.
Magma cubes block slime spawners, but not vice versa.
Pigmen, husks, and drowned block zombie spawners, but not vice versa.
To reproduce, spawn many pigmen. Place a zombie spawner nearby. No zombies will spawn.
- relates to
-
MC-26274 Spider spawner's MaxNearbyEntities tag counts Cave Spiders
- Resolved