Changing a llama's strength visually moves the items inside of its inventory
First, summon a llama with a strength of 1:
/summon minecraft:llama ~ ~ ~ {Strength:1,Tame:1,ChestedHorse:1}
Open its inventory, and put something in the second slot.

Then, change its strength to 2:
/entitydata @e[r=10,type=llama] {Strength:2}

The item will have visually moved! This doesn't seem like the correct behavior.
This happens because of the way the slots are numbered within the llama inventory:
2016-10-04, 06:39 AM
2020-08-02, 08:05 PM
2016-10-04, 08:31 AM
0
1
-

