-
Bug
-
Resolution: Won't Fix
-
None
-
1.21
-
None
-
Community Consensus
-
Commands, Mob behaviour
Discovered while testing MC-274427.
The bug:
By using the /data and /item commands, llamas can have saddles equipped onto them. If a llama with a saddle is tamed, it can be controlled by the player riding it, just like a horse.
How to reproduce:
- Execute the following command:
/summon minecraft:llama ~ ~ ~ {Tame:1b,SaddleItem:{id:"minecraft:saddle",count:1}}
- Ride the llama you just summoned.
- Try to move around.
Expected result:
The llama wouldn't have a SaddleItem tag, and therefore would be unable to wear a saddle.
Observed result:
The llama can wear a saddle and be controlled by a player riding it.
- discovered while testing
-
MC-274427 "SaddleItem" is un-modifiable using "/data" unless for adding a single saddle on horse, donkey, mule, skeleton horse, zombie horse and camel.
- Resolved