How do you summon 100 zombies with one command block? [duplicate]
I'm making a minigame and I need to summon 100 Zombies in 1 command block. How do I do so?
Solution 1:
To summon multiple entities in one command, summon them riding an AEC that will die in the next tick:
/summon area_effect_cloud ~ ~ ~ {Passengers:[{id:"minecraft:zombie"},{id:"minecraft:zombie"},{id:"minecraft:zombie"},{id:"minecraft:zombie"},{id:"minecraft:zombie"}]}