Star Hype News.

Premium celebrity moments with standout appeal.

news

Minecraft, how to summon specific villager in 18w50a?

By Daniel Johnston

I tried every command I could find on the internet and none of them works. -.- I want a toolsmith but:

/summon minecraft:villager ~ ~ ~ {Profession:3, Career:3}

spawns just a random villager....

2

2 Answers

After digging in the wiki, and learning how commands works, the command format has changed in 1.14. Now you have to input:

/summon minecraft:villager ~ ~ ~ {VillagerData: {level: 1, profession: "minecraft:toolsmith", type: "minecraft:plains"}}

Professions (their names) are listed here:

1

When you spawn a villager in 1.14 the villager will not have a profession unless you have the corresponding decoration block. Example: a toolsmith needs a grindstone, a butcher needs a smoker, a cleric needs a brewing stand etc. etc.

The moment you place the proper decoration block the basic villager will pick up the profession. The moment you break the decoration block the corresponding villager will demote itself back to its basic form.