Posted October 18, 20223 yr My mod adds a cow variant, which is purely cosmetic, but still needs to be a separate entity. I want it to be able to breed with vanilla cows. Is there a specific goal or event I can use? I don't want to override vanilla classes.
October 18, 20223 yr If your cow is the same base class as the normal cow (so `Cow`), then it should just work without issue. If it is a subtype of `Cow`, then you cannot as cows can only mate with other cows of the exact class. Though, technically, this is a very weird scenario as one of your cows would be able to mate while the vanilla cow wouldn't, so it would need some testing on that second statement.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.