Cured Zombie Villagers keep CanPickUpLoot:0b
Curing Zombie Villagers with CanPickUpLoot:0b keeps the CanPickUpLoot NBT tag at zero, resulting in a villager that cannot replant crops or breed.
Created Issue:
Cured Zombie Villagers keep CanPickUpLoot:0b
Curing Zombie Villagers with CanPickUpLoot:0b keeps the CanPickUpLoot NBT tag at zero, resulting in a villager that cannot replant crops or breed.
is duplicated by
is duplicated by
It's caused by the CanPickUpItems tag being 0 on some Zombie Villagers, MC-276615
Thank you for your report!
We're tracking this issue in MC-276615, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MC-276615, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Can confirm.
Hey all!
I've looked at different options to fix the issue and this worked for me:
"/data modify entity @e[type=minecraft:villager, sort=nearest, limit=1] CanPickUpLoot set value 1b"
Whilst looking at the specific villager that doesn't want to pick up your valueable foodies.
This should fix it temporarily to get that farm up and going!