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

Add Config Option to toggle vanilla cooking recipe fallback check #309

Merged
merged 3 commits into from
Jul 8, 2023

Conversation

WolfyScript
Copy link
Owner

@WolfyScript WolfyScript commented Jul 8, 2023

By default, CC tries to match a vanilla cooking recipe if the custom recipe check fails. This is done, so the recipes do not override vanilla recipes, but it may cause conflicts with other plugins.
This PR adds a config option to toggle that feature. If disabled, it only blocks CCs placeholder/display recipes, but does not check for any other recipes.
Note: If a custom recipe is using an item used in a vanilla recipe, that recipe will be overridden.

[config.yml]
cooking:
    match_vanilla_recipes: true

@WolfyScript WolfyScript self-assigned this Jul 8, 2023
@WolfyScript WolfyScript added the enhancement New feature or request label Jul 8, 2023
@WolfyScript WolfyScript merged commit c260716 into master Jul 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant