mojira.dev
MC-85544

Equipment data tag no longer working on mobs

Mod edit

The equipment tag no longer exists.
Use

/summon Entity ~ ~ ~ {HandItems:[0:{...},1:{...}],ArmorItems:[0:{...},­1:{...},2:{...},3:{...}]}

instead. See http://minecraft.gamepedia.com/15w31a#Changes and http://minecraft.gamepedia.com/Chunk_format/Mob


I tried doing

/summon Skeleton ~ ~ ~ {Equipment:[{},{},{},{},{id:diamond_helmet}]}

For my map, there was no equipment.
Either the tag changed and i don't know about it or this is a bug.

Linked issues

MC-84896 Armor Stand equipment Resolved MC-85632 Equipment NBT Tag doesn't work when summoning Entities and using /entitydata Resolved MC-85746 /summon and /entitydata equipment doesnt work Resolved MC-85828 /summon Mob with equipment doesn't work Resolved MC-85966 Cannot summon entities with equipment Resolved

Comments 4

There are two new tags:

/summon Skeleton ~ ~ ~ {ArmorItems:[{...},{...},{...},{...}],HandItems:[{...},{...}]}

(Order: "ArmorItems": feet, legs, chest, head | "HandItems": main hand, off hand)

I want the old data tag back too. It made my creation incompatible with 1.9 ):

After doing some research, I found out that this is the correct way:

/summon Entity ~ ~ ~ {HandItems:[0:{...},1:{...}],ArmorItems:[0:{...},­1:{...},2:{...},3:{...}]}

Daniel V

(Unassigned)

Unconfirmed

Minecraft 15w32c

Retrieved