Title says it all, right clicking a tamed cat to make it sit and stand does not trigger minecraft:player_interacted_with_entity. Feeding it fish will, however.
Linked issues
is duplicated by 2
Attachments
Comments 5
Seems to be resolved in 1.21. Not sure when this happened, but sitting/standing now runs the trigger properly. I don't think whoever marked 1.21 as an affected version checked properly.
Can confirm that the bug seems to be fixed now. For reference, using this advancement:
{
"criteria": {
"do_the_cat": {
"trigger": "player_interacted_with_entity",
"conditions": {
"entity": {
"type": "cat"
}
}
}
},
"rewards": {
"function": "test:do_the_cat"
}
}
gives, when tested in 1.21.1, the following result:
[media]
Can confirm.