What if there are more than 1024 custom mob datapacks?

As far as we know, we will use this command for spawning custom entity.

execute as @e[type=base_entity,tag=!smithed.entity,tag=!namespace.entity,predicate=namespace:chance_10] run summon custom_mob ~ ~ ~ {Tags:["smithed.entity","namespace.entity","namespace.customsuperpower"]}

tag @e[type=base_entity,tag=!namespace.entity] add namespace.entity

What if there are more than 1024 such datapacks? As far as I know, an entity can only have 1024 tags.

Continue to help post