The mingle_partner_type property in minecraft:behavior.mingle does not accept entity types in a list. It only allows a string, which means only a single entity type can mingle.
Steps to Reproduce:
Define an entity behavior using
minecraft:behavior.mingle.Set
mingle_partner_typeto a list, eg:"mingle_partner_type": ["minecraft:villager_v2"].Observe that the entity does not accept the entities defined in the list and that the villagers are not mingling.
Could you attach an add-on that can be used to reproduce this?