tutorial:recipes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tutorial:recipes [2025/04/01 08:18] – [More on the recipe type] update link solidblock | tutorial:recipes [2026/03/01 23:38] (current) – Multiversion recipe examples cassiancc | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| 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 '' |
| + | |||
| + | ===== 1.21.2 and above ===== | ||
| + | |||
| + | Recipes are stored in '' | ||
| + | |||
| + | <code javascript resources/data/tutorial/ | ||
| + | { | ||
| + | " | ||
| + | | ||
| + | "WWW", | ||
| + | "WR ", | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== 1.21 through 1.21.1 ===== | ||
| + | |||
| + | Recipes are stored in '' | ||
| <code javascript resources/ | <code javascript resources/ | ||
| Line 32: | Line 59: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | ===== 1.20 through 1.20.6 ===== | ||
| + | |||
| + | Recipes are stored in '' | ||
| + | |||
| + | <code javascript resources/ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | "WR ", | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | |||
| Breakdown of the recipe: | Breakdown of the recipe: | ||
| * **type**: This is a shaped crafting recipe. | * **type**: This is a shaped crafting recipe. | ||
tutorial/recipes.txt · Last modified: 2026/03/01 23:38 by cassiancc