M HYPE SPLASH
// updates

How to get a Fisherman Villager in Minecraft

By John Peck

I need to know which Profession and Career number it is.

1

3 Answers

/summon villager ~ ~ ~ {Profession:0,Career:2}

list of profession and career IDs:

enter image description here

Assign CareerLevel to unlock more trades at start.

The Fisherman is a subset of the brown coat villager, The brown coat's profession id is 0, while the fisherman subset (Career) is 2, so to summon one, you need to do this:

/summon villager <x y z coordinates> {Profession:0,Career:2}

Hopefully I Helped. Ref:

The Fisherman is a subset of the Brown Robed Villager and is listed as the second career number for the Brown Robed Villager.

via