Skip to content
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

Improve compatibility with custom modded milk for cheese making #901

Open
wants to merge 4 commits into
base: 1.20
Choose a base branch
from

Conversation

Player005
Copy link

Recently, a user asked if it was possible to make cheese from our mod's custom milk Item or Fluid, so we wanted to PR to this mod instead of hardcoding compatibility into our mod, so that it's also compatible with any other mod that might add custom milk.

This very small PR adds the forge:milk tag to RatsItemTags and uses it instead of just checking if the item is the vanilla minecraft milk, and also uses the already existing isMilk function in some places where it was previously only checked against forge's milk fluid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant