Entity Type Tag-like

Data Type

Entity Type Tag-likes are an Array of Identifiers that refers to an entity type or an entity type tag (if prefixed with #), similar to how entries in a tag are defined.

Examples

"entity_types": [
    "minecraft:dolphin"
]

This example defines an entity type tag-like that contains the minecraft:dolplhin entity type.

"entity_types": [
    "#minecraft:fall_damage_immune",
    "#minecraft:skeletons",
    "minecraft:creeper"
]

This example defines an entity type tag-like that contains the #minecraft:fall_damage_immune and #minecraft:skeletons entity type tags, and the minecraft:creeper entity type.