Hello Anja
With the last version of mb blocks it is possible to clone a group.
'fields' => [
[
'id' => 'thumbs',
'type' => 'group',
'clone' => true,
'sort_clone' => true,
'fields' => [
[
'name' => "Thumb",
'id' => 'thumb',
'type' => 'file_advanced'
],
],
],
],
Kind regards