-
Bug
-
Resolution: Fixed
-
Minecraft 16w39a, Minecraft 16w40a
-
None
-
Windows7
-
Confirmed
What I expected to happen was...:
Summon a Vex with no items in his right hand
What actually happened was...:
It has an Iron Sword in his right hand.
Commands to Reproduce:
/summon Vex ~ ~ ~ {HandItems:[{id:air,Count:1},{}]}
/summon Vex ~ ~ ~ {HandItems:[{},{}]}
(If you say it's specification. I want change this specification.)
As of 1.11-pre release 1, spawn eggs are still unable to do this, however, this is a client side glitch and reloading the vex fixes it (as server side it has an empty hand)
/give @p minecraft:spawn_egg 1 0 {EntityTag:{id:"minecraft:vex",HandItems:[{id:air,Count:1b},{id:air,Count:1b}]}}
- relates to
-
MC-108347 Vexes don't render armor
- Resolved