User Tools

Site Tools


tutorial:recipes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:recipes [2019/07/26 14:14] – typo fudgetutorial:recipes [2021/02/10 10:24] – Added a link to other wiki page magistermaks
Line 32: Line 32:
 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 ''tutorial:fabric_item''.+  *  **result**: This is a crafting recipe for 4 ''tutorial:fabric_item''. The ''count'' field is optional. If you don't specify a ''count'', it will default to 1.
   *  **pattern**: A pattern that represents the crafting recipe. Each letter represents one item. An empty space means that no item is required in that slot. What each letter represents is defined in **key**.   *  **pattern**: A pattern that represents the crafting recipe. Each letter represents one item. An empty space means that no item is required in that slot. What each letter represents is defined in **key**.
   *  **key**:  What each letter in the pattern represents. ''W'' represents any item with the ''minecraft:logs'' tag (all logs). ''R'' represent the redstone item specificly.  For more information about tags see [[https://minecraft.gamepedia.com/Tag|here]]   *  **key**:  What each letter in the pattern represents. ''W'' represents any item with the ''minecraft:logs'' tag (all logs). ''R'' represent the redstone item specificly.  For more information about tags see [[https://minecraft.gamepedia.com/Tag|here]]
Line 41: Line 41:
 |Any Log|Any Log|Any Log| |Any Log|Any Log|Any Log|
 For more information about the format of basic recipes, see [[https://minecraft.gamepedia.com/Recipe|here]]. For more information about the format of basic recipes, see [[https://minecraft.gamepedia.com/Recipe|here]].
 +
 +Recipes can also be generated dynamically on runtime, for more information see [[tutorial:dynamic_recipe_generation|here]].
  
 ===== Adding a custom crafting recipe ===== ===== Adding a custom crafting recipe =====
 The ''type'' value can be changed to support a custom recipe [more information needed]. The ''type'' value can be changed to support a custom recipe [more information needed].
  
tutorial/recipes.txt · Last modified: 2022/12/16 00:25 by solidblock