Can you add custom villager professions?

Started by PoodleCorn on

Topic category: Help with modding (Java Edition)

Last seen on 03:16, 8. Jun 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you add custom villager professions?

Hello!

I was wondering, since there is a section to make custom villager trades, is there any way of making a new villager profession? I am working on a custom villager that I want to have trades, but I can't find a way of adding a new profession or even classifying it as a villager. Is this even possible? 

If it isn't is there any way of doing it using a GUI, even if it requires some coding? I am trying to learn how to code, so it could be an interesting project.

I am using 2023.1 for 1.18.2 if that effects anything. I will update if I figure anything out before I get a response!

Thank you in advanced for any help!!

Last seen on 04:13, 6. May 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could just make an…
Tue, 03/07/2023 - 03:35

you could just make an entirely new entity.

 

or you could make a villager  with a random nbt value and if its true then he gets a guaranteed set of trades?

Last seen on 03:16, 8. Jun 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 Thank you for your response…
Wed, 03/08/2023 - 00:13

 Thank you for your response!

What do you mean by nbt value? Also how would I do that? Sorry if these things are obvious, I am still quite new to a lot of this. 

I did create an entirely new entity. How could I move continue off of this? 

I am very thankful for your help and will be looking into it!

Last seen on 23:20, 6. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its officially coming "soon"…
Sat, 03/18/2023 - 00:58

its officially coming "soon" (if you check the pull requests on the github you can see this) but there are workarounds as mentioned above

Last seen on 08:59, 2. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
2023.2 just came out, and…
Sun, 06/11/2023 - 06:27

2023.2 just came out, and there's a new feature – a villager profession!