Using 1.18.2-pre1, Mojang mappings The logic for zombie reinforcement is in the methodnet.minecraft.entity.monster.Zombie.hurt(DamageSource, float); it contains several checks, includingNaturalSpawner.isSpawnPositionOk(...)which checks for an empty valid spawn block within the world border, andS...