WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
113 stars 36 forks source link

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

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

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