mojira.dev
MC-69291

Summoning Villager w/ professions does not work

Attempting to spawn a villager with

/summon Villager ~ ~ ~ profession:x (where x is any number)

always summons a Villager with a farmer profession (profession:0). using the career tag does not affect the career of the farmer villager. Changing the profession number seems to change the career of the villager summoned.

Comments 2

Because "profession:x" is not a valid string in the command. To use datatags, the format is as follows

/summon <mob> ~ ~ ~ {<datatag>:<value>}

so your command would be something like

/summon Villager ~ ~ ~ {Profession:x}

Because "profession:x" is not a valid string in the command. To use datatags, the format is as follows

/summon <mob> ~ ~ ~ {<datatag>:<value>}

so your command would be something like

/summon Villager ~ ~ ~ {Profession:x}

Remington Howell

(Unassigned)

Unconfirmed

Minecraft 1.8-pre1

Retrieved