Custom Villagers

Started by GoenPlaymore on

Topic category: Advanced modding

Last seen on 18:05, 12. Jan 2019
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Villagers

Does anyone know or came across how to create your own custom villagers, and have them trade specific items?

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you should make a…
Sun, 01/06/2019 - 11:06

I think you should make a mob with a villager model.

Next make a GUI, see the example of mcreator of the "Fusion table", it can help you to make the trade.

Make a procedure that open the GUI and put it in the event of the mob of "when right click".

I hope its helpful for you.

Last seen on 18:05, 12. Jan 2019
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you attach a GUI to a…
Wed, 01/09/2019 - 06:34

How do you attach a GUI to a mob, I don't see any options that allow me to do this.

Last seen on 21:06, 5. Jan 2022
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure that only…
Wed, 01/09/2019 - 23:37

Make a procedure that only has the [Open GUI for Provided Player, GUI:] brick. Select your custom villager's GUI.

Next on the When Mob Right Clicked option, place that procedure.

Last seen on 21:06, 5. Jan 2022
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In case you didn't know: the…
Wed, 01/09/2019 - 23:38

In case you didn't know: the When Mob Right Clicked drop down is on the page that you make your mob.

Last seen on 02:11, 28. Mar 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  IK this Post Is Old But i…
Sat, 01/29/2022 - 05:16

 

IK this Post Is Old But i Figured out one way of Making Custom Villagers

Using This Reddit post  https://www.reddit.com/r/feedthebeast/comments/cbgxvw/vanilla_villagers…

And This Comand Genorator 

https://www.digminecraft.com/generators/villager_trade_1_17.php

I was able to make this code for The Mod Gr33n's Magica 

I am thinking of adding in a vilager you summon some how by making a procedure run this cmd (on the server side i think)

/summon villager ~ ~1 ~ {VillagerData:{profession:toolsmith,level:5,type:plains},Invulnerable:1,PersistenceRequired:1,Offers:{Recipes:[{buy:{id:"greens_magica:magic_card",Count:64},buyB:{id:"greens_magica:energy_card",Count:64},sell:{id:"greens_magica:smite_curse",Count:1},maxUses:9999999}]}} 

you can add more trades if you want as well

You can actully make villagers trade modded items by using "parentheses"  keep in mind it is case sensitive 

Last seen on 00:35, 11. Sep 2023
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if I am making a villager…
Fri, 07/14/2023 - 20:38

if I am making a villager what "mob natural spawning type" should I put so it spawns in villages

Last seen on 21:34, 28. Mar 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is very old now there…
Fri, 07/14/2023 - 21:51

This is very old now there is 'custom villager profession' creator.

Last seen on 00:31, 28. Mar 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hello, still need help?
Sat, 07/15/2023 - 03:23

hello, still need help?