Started by
dvdX
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to use a tag for a custom cobweb, that doesn't slow certain mobs that i saved in a tag

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"]](https://www.dropbox.com/scl/fi/wps1km1xbta2clzkx2x9b/image_2024-02-12_104141917.png?rlkey=s9j4cweidqz9ncdu3yuanxo7s&dl=1)
i have alredy checked the mod id multiple times, but i just can't get it to work
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
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