tutorial:recipes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:recipes [2021/09/02 12:02] – Clarify meaning of recipe file name daomephsta | tutorial:recipes [2025/04/01 08:18] (current) – [More on the recipe type] update link solidblock | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| To make it available to survival players, we'll add a crafting recipe for the item. | To make it available to survival players, we'll add a crafting recipe for the item. | ||
| - | Create a file named '' | + | Create a file named '' |
| - | Recipe files are conventionally named after their output, but they can have any name. | + | |
| - | Here's an example recipe for the '' | + | Recipe files are conventionally named after their output, but they can have any name. Here's an example recipe for the '' |
| - | <code javascript resources/ | + | |
| + | <code javascript resources/ | ||
| { | { | ||
| " | " | ||
| Line 26: | Line 27: | ||
| }, | }, | ||
| " | " | ||
| - | "item": " | + | "id": " |
| " | " | ||
| } | } | ||
| Line 33: | Line 34: | ||
| Breakdown of the recipe: | Breakdown of the recipe: | ||
| * **type**: This is a shaped crafting recipe. | * **type**: This is a shaped crafting recipe. | ||
| - | * **result**: This is a crafting recipe for 4 '' | + | * **result**: This is a crafting recipe for 4 '' |
| * **pattern**: | * **pattern**: | ||
| - | * **key**: | + | * **key**: |
| + | * **category**: | ||
| In total, the crafting recipe would look like this: | In total, the crafting recipe would look like this: | ||
| - | ^ | + | |
| + | ^ | ||
| |Any Log|Any Log|Any Log| | |Any Log|Any Log|Any Log| | ||
| |Any Log|Redstone|Nothing| | |Any Log|Redstone|Nothing| | ||
| |Any Log|Any Log|Any Log| | |Any Log|Any Log|Any Log| | ||
| - | For more information about the format of basic recipes, see [[https:// | ||
| - | Recipes can also be generated dynamically on runtime, for more information see [[tutorial:dynamic_recipe_generation|here]]. | + | For more information about the format of basic recipes, see [[https:// |
| + | |||
| + | Recipes can also be generated dynamically on runtime, for more information see [[dynamic_recipe_generation|Dynamic recipe generation tutorial]]. | ||
| ===== More on the recipe type ===== | ===== More on the recipe type ===== | ||
| - | The '' | + | The '' |
| - | You can even create | + | * [[recipe_types_introduction|Create |
| + | * [[datagen_recipe|Generate recipes with data generator]] | ||
tutorial/recipes.1630584176.txt.gz · Last modified: 2021/09/02 12:02 by daomephsta