Started by
teny
on
Topic category: Help with MCreator software
Hi, I've been making a mod which allows you to pick up small animals into buckets, like you can with axolotls. But now, I ran into a problem, because I don't know how to check which variant an entity, for example rabbit is and which bucket should be chosen. How do I check that?
You could make a custom tag that adds in certain entities, like the small ones you want, and then when the player wants to pick one up, you could check if it's tagged in that tag
But to give a brown rabbit a brown_rabbit tag I would have to check if the rabbit's variant is the brown variant, right?