(Tutorial) How to make a Villager with GUI!

Started by IGOR_LIVE96 on

Topic category: User side tutorials

Last seen on 18:16, 20. Oct 2021
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Tutorial) How to make a Villager with GUI!

Hello! Here I am with one more Tutorial!
Today I will teach you how to make a villager who has an inventory (GUI) with functional changes!
Workspace: https://www.mediafire.com/file/jqz3tqcnha4j4jl/Villager_Trade_Tutorial_…

How did I do it?
1 - I used: gold and emerald 32x32 texture and a model of "Traveler Villager (made by me)"

2 - Create your Villager (Type: Creature / AI base: NONE)

3 - Create a procedure to check the item and change in the player's inventory:

If = Has provided entity (item for exchange) in inventory
do = Add "Value" (item result of exchange) to provided players
         inventory
         Remove "Value" (item for exchange) to provided players inventory

4 - Create a GUI using item textures (32x32) and a button to activate the exchange

5 - Finally, create a Procedure to open the GUI:

      Open GUI to provided player. GUI: (select the Villager GUI that
      you created)

We have reached the end of this tutorial, I hope I have helped!
Any questions, leave a comment!

Last seen on 18:46, 13. Oct 2020
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thx This Was A Big Help! But…
Mon, 10/05/2020 - 03:02

Thx This Was A Big Help! But How Do I Make My Custom Villager Spawn In A Vanilla Village?