User Tools

Site Tools


tutorial:recipes

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:recipes [2019/07/26 14:12] – created fudgetutorial:recipes [2019/08/02 10:47] – added clarification about count fudge
Line 1: Line 1:
 ====== Crafting recipes ====== ====== Crafting recipes ======
 ===== Adding a basic crafting recipe ===== ===== Adding a basic crafting recipe =====
-Make sure you [tutorial:items|added an item] before reading this tutorial, we will be using it.  +Make sure you [[tutorial:items|added an item]] before reading this tutorial, we will be using it.  
      
 So far, our item is obtainable through the creative menu or commands. So far, our item is obtainable through the creative menu or commands.
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 **keys**.+  *  **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]]
 In total, the crafting recipe would look like this: In total, the crafting recipe would look like this:
tutorial/recipes.txt · Last modified: 2022/12/16 00:25 by solidblock