How do I make an entity specific right click function?

Started by AdventureCJ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an entity specific right click function?

I am trying to create a new mod where every mob or entity gives a quest but I  cannot make it so that the procedure I created only works for a specific entity I found a "is (sub)type of"

function but its not useful at all I need a "is type of" or "is "minecraft:example" .

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why not make multiple…
Mon, 08/21/2023 - 14:31

Why not make multiple procedures? You can then have better control over the quests, and have it linked to the entity