How do I make an item that when right-clicked on a villager drops 64 emeralds?

Started by burgir_ on

Topic category: Help with MCreator software

Joined May 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an item that when right-clicked on a villager drops 64 emeralds?

I'm new to all of this and can't seem to figure it out. Also, a cooldown would be nice too. AI is basically useless so I'm asking for help here.

Use global trigger "when…
Mon, 05/04/2026 - 16:53
  1. Use global trigger "when entity right clicked"
  2. In procedure, check if players main hand item is your custom item
  3. If yes, use "spawn item entity" procedure to drop 64 emeralds
I suggest you check our…
Mon, 05/04/2026 - 16:53

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei