Cooking blueprint config
Guide how to create a cooking recipe.
These are vanilla recipes. Therefore, you have to follow vanilla rules. You can still use custom items in these recipes.
You can write cooking recipes inside the following folders:
blueprints/vanilla/furnace
blueprints/vanilla/blast_furnace
blueprints/vanilla/smoker
blueprints/vanilla/campfire
The folder defines where the recipe will be available. (Regular furnace, Blast furnace, Smoker, Campfire)
Many item plugins can and will prevent Vanilla cooking recipes using their items. You should disable those checks in your item plugins or ask them for support. Notable examples for this behavior is ItemsAdder which completely fucks up custom vanilla recipes by default.
Format of the recipe yml files:
Last updated