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)
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