1. Create new world
2. /gamerule doMobSpawning false
3. /kill @e[type=!Player]
4.
{{/summon Zombie ~ ~1 ~ {Attributes:[{Name:zombie.spawnReinforcements,Base:1.0d}]}
5. Punch the zombie to death, observe others spawn
Linked issues
is duplicated by 5
relates to 1
Comments 12
Easily observable if you stand in the middle of a ring of fire. The zombies will walk towards you and will keep spawning new ones. (MC-75401)
I can reproduce it in 15w51b :
You should be in a generated world with hard mode(that may help). Eventually kill other mobs to avoid being annoyed by mob spawning cap :
/gamerule doMobSpawning false
/kill @e[type=!Player]
/summon Zombie ~ ~1 ~ {Attributes:[{Name:zombie.spawnReinforcements,Base:1.0d}]}
Use the above command to spawn zombie that will try to spawn another zombie when hit (it still may fail if no correct spawn location are found)
Hit this zombie a few times (~10 times or more if they still don't spawn), and you should see some other zombie coming/spawing.
Confirmed in 13w21b.