-
Bug
-
Resolution: Unresolved
-
None
-
20w11a, 1.16.1, 20w51a, 21w03a, 1.16.5, 21w08b, 21w14a, 21w16a, 1.17, 1.17.1, 1.18.1, 1.18.2, 22w19a, 1.19, 1.19.2, 22w43a, 22w44a, 22w45a, 22w46a, 1.19.3 Pre-release 1, 1.19.3 Pre-release 2, 1.19.3 Pre-release 3, 1.19.3 Release Candidate 1, 1.19.3 Release Candidate 3, 1.19.3, 1.20.5, 1.21
-
Confirmed
-
Mob behaviour
-
Low
-
Platform
When a wolf or a cat with "NoAI" tag is right clicked by it's owner, it does not sit/stand for the client. Checking the data, the "Sitting" tag is changed, but the player needs to relog to see the changes. (Simply reloading chunks or going far away and returning does not work)
Steps to reproduce:
1. Run the following command:
/summon wolf ~ ~ ~ {NoAI:1b,OwnerUUID:"[your uuid here]"}
2. Check the Sitting tag with this command:
/data get entity @e[type=wolf,distance=..5,limit=1] Sitting
3. The tag should be 0b, now right click the wolf and run the command from step 2 again. The tag should now be 1b, but the wolf will be standing.
4. Close the world and log in again, the wolf will be sitting. Right clicking the wolf while it's sitting will create the same effect, but with sitting and standing swapped.
- relates to
-
MC-206505 Wolves can have the sitting model applied while floating in water
- Open