Minecraft – Always summoning brown coated baby villagers

minecraft-commandsminecraft-java-edition

To summon a baby villager, I run

/summon villager ~1 ~ ~1 {Age:-6000}

It seems like I am getting brown coated villagers every time.

Fletcher, farmers, fishermen and shepherds.

Is that command line wrong or is there a bug?

edit

It seems like I get all types if I summon adult villagers.

Best Answer

This is the bug MC-140961: "Villager babies have no profession"

When you spawn baby villagers, the command feedback actually tells you "Summoned new Nitwit", "Summoned new Cartographer" and so on, but they all turn out to have brown coats. When they grow up, they get their proper coats, but if they randomly happen to keep a brown coat, you cannot trade with them.

This apparently means that there can be no new farmers, fishermen, shepherds or fletchers (that can trade) apart from the ones generating with villages. This is a pretty big problem for Skyblock-type maps, since it makes optaining some items considerably harder, for example cookies would now require a wandering trader.

Since this is a pretty bad bug, I invite everyone reading this to vote for it on the bug tracker, so that it gets more attention from the developers and hopefully gets fixed before 1.14.0.

Update: With the new way of villagers acquiring their profession, I'm not sure anymore if this is intended. The command feedback is definitely weird, but since they can now change professions and children don't have any, the majority of this behaviour might be intended.