📖 Recipes
This page mainly explains how to add new recipes to your server.
The configuration section for recipe settings is named "recipes." Please ensure that all your recipe configurations are located within the "recipes" section under the root node of the YAML file.
Tags
In CraftEngine, the plugin allows you to use tags, and you can also create custom tags. To use a tag, simply follow this format: #namespace:tag
.
In the following example, I have added two vanilla tags to palm_planks
, allowing them to participate in all recipes within data packs that utilize these two tags.
Group / Category
The group
determines which group this recipe belongs to after it is unlocked on the client side. The group
can be any name you choose freely. However, please avoid using illegal characters.
The category
determines which tab this recipe is located in within the recipe book. The category
type is limited.
For cooking-type recipes, the options are
food
,blocks
, andmisc
.For crafting-type recipes, the options are
building
,redstone
,equipment
, andmisc
.
Shaped Crafting Recipe
Shapeless Crafting Recipe
Cooking Recipe
Cooking Recipe includes smelting
, blasting
, smoking
, and campfire_cooking
. Regardless of the type, the configuration format remains the same.
Stone Cutting Recipe
Stone Cutting Recipe is a somewhat unique recipe type. I do not recommend using custom items as ingredients, as this is highly likely to cause significant client-side visual issues.
Last updated