Hey! I'm trying to set the variant of a WolfEntity, and I don't know how to get the RegistryEntry<WolfVariant> that it's asking for.
I have been able to get the RegistryKey<WolfVariant> from the WolfVariants class, such as WolfVariants.ASHEN, but I don't know how to then use that to get a the RegistryEntry<WolfVariant> I need.
I've tried looking through the code of RegistryKey and RegistryEntry, but I didn't find anything.
I also tried to set the collar color of the Wolf, but it said that .setCollarColor() has private access, so I can't use that. Is there any other method I can use to do this, or is there no way to set the collar color of the Wolf with code?
Please see the images attached for further info.
Thanks so much!