Entity tags not working in procedures

Started by dvdX on

Topic category: Help with modding (Java Edition)

Last seen on 14:10, 26. Feb 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity tags not working in procedures

I'm trying to use a tag for a custom cobweb, that doesn't slow certain mobs that i saved in a tag

Web Immune tag, with spider entities in it and the "mod" namespace

 

 

 

 

 

 

 

 

 

 

 

 

But when i try to use it in a procedure, it just doesn't work (the block returns always true [not (false)], as if the tag was empty)

Procedure [if not is event entity tagged in entity tags as "world_of_mobs:web_immune"]

i have alredy checked the mod id multiple times, but i just can't get it to work

Last seen on 23:11, 22. Apr 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm almost sure that for a…
Mon, 02/12/2024 - 19:07

I'm almost sure that for a vanilla entity to be placed in a modded tag, you need to use it's Registry Name, if that doesn't work, try the Class Name.

Mcreator has a list containing every entity's Registry and Class name, just check the top to make sure you're picking the right one: https://mcreator.net/wiki/entity-ids

Last seen on 14:10, 26. Feb 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I didn't manage to make tags…
Tue, 02/13/2024 - 18:48

I didn't manage to make tags work, but i managed to get the same outcome by checking if the entity was an arthropod type