Entity Tags

Started by NameGoesGo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Tags

I am trying to make a procedure so when you right click a cat, it drops an item.

 

It's blurry but you can kind of see it I hope. It won't work for whatever reason but I just want to know how the entity tags work and how I can make this work.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please zoom in the picture…
Mon, 11/21/2022 - 18:03

please zoom in the picture more so we can help
:)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is inside the tag…
Wed, 11/23/2022 - 18:19

What is inside the tag procedure block? maybe i can help

 

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't really see the tag…
Sun, 11/27/2022 - 16:42

I can't really see the tag you used, but don't use entity tags for this.

You want something more like this

 

Global Trigger: Player right clicks on entity
If: is [event/target entity] (sub)type of [cat]
do:
	Spawn item/gem [item]...
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
^Will work
Tue, 11/29/2022 - 10:01

^
Will work