mojira.dev
MC-117830

Summoning with equipment tag doesn't work

Using /summon with an equipment tag completely ignores the equipment tag.

1) Summon a zombie using this command :
/summon Zombie ~ ~ ~ {Equipment:[{id:stone_sword,Count:1b},{},{},{},{}]}

2) Witness the zombie spawning without the sword

I tried putting the minecraft: before the item names and tweaking around the Count, but every try has been a failure, so I think there actually is something wrong. Either that or the system has changed without me knowing.

Linked issues

Comments 4

This is a fairly old issue (updated as of 1.9, I think). It was updated in favor of two new tags:

HandItems:[{},{}] (Two for dual-wielding)
ArmorItems:[{},{},{},{}] (For the four armor slots)

Try this for the zombie:

/summon Zombie ~ ~ ~ {HandItems:[{id:stone_sword,Count:1b},{}],ArmorItems:[{},{},{},{}]}

Equipment and DropChances are replaced with ArmorItems, HandItems, ArmorDropChances and HandDropChances since 1.9.

Thank you for your report!
We're tracking this issue in MC-85544, so this ticket is being resolved and linked as a duplicate.

That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! Please report any issues on Discord or Reddit

DrSnap23

(Unassigned)

Unconfirmed

Minecraft 1.12 Pre-Release 5

Retrieved