-
Bug
-
Resolution: Duplicate
-
None
-
1.19.4 Pre-release 1
-
None
-
Unconfirmed
-
(Unassigned)
The "team" condition inside @e doesn't work for the new minecraft:interaction and minecraft:text_display, and for the new non-mob entities.
But it is inconsistent with predicates where it works like in this example (advancement with predicate condition):
{
"criteria": {
"menu_left_click": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate":
}
]
}
}
},
"rewards":
}
- duplicates
-
MC-108495 Non-LivingBase entities can be on a team (and show color) but can't be targeted using team=
- Open