If, by commands, a copper golem has another flower on its head, using shears on it will do nothing, when it would be expected that the flower would drop.
Example commands:
/summon minecraft:copper_golem ~ ~ ~ {equipment:{head:{id:"minecraft:dandelion"}},NoAI:1b}
/summon minecraft:copper_golem ~ ~ ~ {equipment:{head:{id:"minecraft:poppy"}},NoAI:1b}
Attempt to shear both; the second works, the first does not.
Attachments
Comments 2
Thank you for your report!
After consideration, the issue is being closed as Invalid.
This report does not describe a bug.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Shearable items are controlled via the
#shearable_from_copper_golem
item tag. You have to add the items to this tag for it to work.