-
Notifications
You must be signed in to change notification settings - Fork 6
Adding Careers
crazysnailboy edited this page Mar 15, 2017
·
4 revisions
To add a career to an existing profession, you need a profession object which includes the name of the profession, and an array of one or more career names to add.
This example adds a new career to the priest profession (the purple robed ones), named "necromancer":
{
profession: {
name: "minecraft:priest"
},
careers: [
"necromancer"
]
}
To set the name that players will see in the trading GUI for your new careers, you'll want to use a resource pack. See Resource Packs for more information.
For a list of the professions that are included in vanilla Minecraft, see Vanilla Professions and Careers.