If you want to spawn a Mob for example with armor with a commandblock, the mob spawns with anything.
One Example:
/summon Zombie ~ ~1 ~ {DropChances:[0f,0f,0f,0f,0f],Equipment:[{id:267,Count:1},{id:301,Count:1},{id:300,Count:1},{id:299,Count:1},]}
The Zombie has nothing in its hands and no armor. --> screenshot
Linked issues
Attachments
Comments 3
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
Invalid, as the Equipment tag is deprecated. Use "HandItems" and "ArmorItems"