-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with AppleCore #18
Comments
Alright, I'm using the FoodStatsAddition event now. Are there any problems with the way I've done it? |
Two potential problems I see:
|
Nice work 👍 |
This was referenced Mar 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RandomTweaks overloads FoodStats, which causes an incompatibility with AppleCore (and with any other mod that overloads FoodStats). To fix this, you can overload FoodStats only when AppleCore is not installed, and use AppleCore's events when it is.
Your FoodStats modifications can be replicated by using the
FoodEvent.FoodStatsAddition
event like so:Another example can be found here: squeek502/AppleCore#121
Relevant issues/links:
The text was updated successfully, but these errors were encountered: