tutorial:recipes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorial:recipes [2022/07/23 20:42] – external edit 127.0.0.1 | 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 35: | Line 36: | ||
* **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.1658608938.txt.gz · Last modified: 2022/07/23 20:42 by 127.0.0.1