Difference between revisions of "Crafting"

From Minetest Wiki
Jump to navigation Jump to search
m (→‎Tool Recipes: changed tool links)
(1) Wiped out the craftings for redundancy reasons 2) There are now *real* example crafts to help players learn the craft basics 3) New section “Getting started” compensates for change 1) by linking to important items)
Line 20: Line 20:
  
 
=== Input and output ===
 
=== Input and output ===
A crafting recipe consists of at least one input item and exactly one output item. Input items can be either concrete items (for example, [[Wooden Planks]]) or an item that is member of a [[Groups|group]] (for example, the [[:Category:Wood|wood]] group, a group where [[Wooden Planks]] and [[Junglewood Planks]] are members). If a recipe has multiple slots which require the same group, this does not mean that you have to place the same item in all of these slots. For example, a [[Chest]] can be crafted from 8 wood group items arranged in a 3×3 square. This means it can be crafted by using 8 wooden planks or 8 junglewood planks or 4 wooden planks and 4 junglewood planks or any other combination of wooden items, even if these come from mods.
+
A crafting recipe consists of at least one input item and exactly one output item. Input items can be either concrete items (for example, [[Wooden Planks]]) or an item that is member of a [[Groups|group]] (for example, the [[:Category:Wood|wood]] group, a group where [[Wooden Planks]] and [[Junglewood Planks]] are members). If a recipe has multiple slots which require the same group, this does not mean that you have to place the same item in all of these slots. See [[#Crafting recipes using groups]] for a detailed example.
  
 
The [[Vanilla Minetest game|vanilla Minetest game]] and other [[Game|games]] and many mods make extensive use of the group system, understanding it is crucial to craft efficiently.
 
The [[Vanilla Minetest game|vanilla Minetest game]] and other [[Game|games]] and many mods make extensive use of the group system, understanding it is crucial to craft efficiently.
Line 42: Line 42:
  
 
== Example recipes ==
 
== Example recipes ==
In this section you will be shown some example crafts in the vanilla Minetest game. The recipes here are neccessarily incomplete. For more complete crafting recipes, refer to the respective item pages.
+
This section contains extensive examples of the basic crafting types. The examples here are all taken from the vanilla Minetest game.
 +
=== Shapeless recipes ===
 +
[[Bronze Ingot]] is an example for a shapeless recipe. You need one [[Steel Ingot]] and one [[Copper Ingot]]. You can put them anywhere in the crafting grid you want, so the following craftings are all valid:
  
=== Basic Recipes ===
+
{| class="wikitable"
 
 
{| class="wikitable sortable collapsible"
 
 
|-
 
|-
 
! scope="row" width="50px"|Name
 
! scope="row" width="50px"|Name
! scope="col" width="140px"|Ingredients
+
! scope="row" width="140px" |Ingredients
! class="unsortable" scope="col"|Input → Output
+
! scope="row" width="140px" |Input/Output
! class="unsortable" scope="col"|Description
 
 
|-
 
|-
! scope="row"|[[Wooden Planks]]
+
! scope="row"|[[Bronze Ingot]]
|align="center"|[[Tree]]
+
| [[Steel Ingot]] + [[Copper ingot]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|B3=tree,jungletree
+
|A1=Steel Ingot|B1=Copper Ingot
|out=Wooden Planks,Wooden Planks_jungle
+
|out=Bronze Ingot}}
|count=4,4}}
 
|One of the most basic building materials, can be crafted into many things.
 
 
|-
 
|-
! scope="row"|[[Stick]]
+
! scope="row"|[[Bronze Ingot]]
|align="center"|[[Wooden Planks]]
+
| [[Steel Ingot]] + [[Copper ingot]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|B3=Wooden Planks,Wooden Planks_jungle
+
|A1=Steel Ingot|C3=Copper Ingot
|out=stick
+
|out=Bronze Ingot}}
|count=4,4}}
 
|Used in crafting [[torch]]es, [[sign]]s, [[ladder]]s, [[fence]]s and as handles for tools and weapons.
 
 
|-
 
|-
! scope="row"|[[Torch]]
+
! scope="row"|[[Bronze Ingot]]
|align="center"|[[Stick]] <br> + [[Coal Lump]]
+
| [[Steel Ingot]] + [[Copper ingot]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|B2=coal
+
|B1=Steel Ingot|A3=Copper Ingot
|B3=stick
+
|out=Bronze Ingot}}
|out=torch
 
|count=4}}
 
|Used to create light. Torches can be placed on any wall, floor or ceiling.
 
|-
 
! scope="row"|[[Furnace]]
 
|align="center"|[[Cobblestone]] <br> or [[Stone]] <br> or [[Desert stone]]
 
| {{Grid/Craft
 
|A1=Cobblestone,stone,desert_stone|B1=Cobblestone,stone,desert_stone|C1=Cobblestone,stone,desert_stone
 
|A2=Cobblestone,stone,desert_stone|C2=Cobblestone,stone,desert_stone
 
|A3=Cobblestone,stone,desert_stone|B3=Cobblestone,stone,desert_stone|C3=Cobblestone,stone,desert_stone
 
|out=furnace}}
 
|Allows the player to [[smelting|smelt]] various items.
 
|-
 
! scope="row"|[[Chest]]
 
|align="center"|[[Wooden Planks]]
 
| {{Grid/Craft
 
|A1=Wooden Planks,Wooden Planks_jungle|B1=Wooden Planks,Wooden Planks_jungle|C1=Wooden Planks,Wooden Planks_jungle
 
|A2=Wooden Planks,Wooden Planks_jungle|C2=Wooden Planks,Wooden Planks_jungle
 
|A3=Wooden Planks,Wooden Planks_jungle|B3=Wooden Planks,Wooden Planks_jungle|C3=Wooden Planks,Wooden Planks_jungle
 
|out=chest}}
 
|Used to store [[blocks]] and [[items]] inside.
 
|-
 
! scope="row"|[[Locked Chest]]
 
|align="center"|[[Wooden Planks]] <br> + [[Steel Ingot]]
 
| {{Grid/Craft
 
|A1=Wooden Planks,Wooden Planks_jungle|B1=Wooden Planks,Wooden Planks_jungle|C1=Wooden Planks,Wooden Planks_jungle
 
|A2=Wooden Planks,Wooden Planks_jungle|B2=Steel Ingot|C2=Wooden Planks,Wooden Planks_jungle
 
|A3=Wooden Planks,Wooden Planks_jungle|B3=Wooden Planks,Wooden Planks_jungle|C3=Wooden Planks,Wooden Planks_jungle
 
|out=chest lock}}
 
|The same as a regular [[chest]], except it can only be accessed by the player that placed it.
 
 
|}
 
|}
 +
And so on.
  
=== [[Tool]] Recipes ===
+
To keep the wiki pages short and simple, in the actual page there is only one of the possible craftings shown.
==== Crafting tools ====
+
 
{| class="wikitable sortable collapsible"
+
=== Repairing recipes ===
 +
If you have two worn off Steel Shovels, you can get one repaired one by placing them like this:
 +
{| class="wikitable"
 
|-
 
|-
 
! scope="row" width="50px"|Name
 
! scope="row" width="50px"|Name
 
! scope="col" width="140px"|Ingredients
 
! scope="col" width="140px"|Ingredients
! class="unsortable" scope="col"|Input &#8594; Output
+
! scope="col"|Input &#8594; Output
! class="unsortable" scope="col"|Description
 
|-
 
! scope="row"|[[Pickaxe]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />or [[Mese Crystal]]s<br />+ [[Stick]]s
 
| {{Grid/Craft
 
|A1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot,mese_crystal|B1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot,mese_crystal|C1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot,mese_crystal
 
|B2=stick
 
|B3=stick
 
|out=woodpick,woodpick,stonepick,steelpick,mesepick}}
 
|Required to mine [[stone]]-based [[blocks]].
 
|-
 
! scope="row"|[[Axe]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />+ [[Stick]]s
 
|{{Grid/Craft
 
|A1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot|B1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot
 
|A2=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot|B2=stick
 
|B3=stick
 
|out=woodaxe,woodaxe,stoneaxe,steelaxe}}
 
|Used to cut [[Tree|wood]]-based [[blocks]] quicker than by [[hand]].
 
|-
 
! scope="row"|[[Shovel]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />+ [[Stick]]s
 
| {{Grid/Craft
 
|B1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot
 
|B2=stick
 
|B3=stick
 
|out=woodshovel,woodshovel,stoneshovel,steelshovel}}
 
|Used to dig [[Dirt]], [[Sand]], [[Grass Block]]s and many other [[blocks]] quicker than by [[hand]].
 
|-
 
! scope="row"|[[Hoe]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />or [[Bronze Ingot]]s<br />+ [[Stick]]s
 
|{{Grid/Craft
 
|A1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot,Bronze Ingot
 
|B1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot,Bronze Ingot
 
|B2=stick
 
|B3=stick
 
|out=woodhoe,woodhoe,stonehoe,steelhoe,bronzehoe}}
 
|Used to cultivate.
 
|-
 
! scope="row"|[[Sword]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />+ [[Stick]]s
 
| {{Grid/Craft
 
|B1=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot
 
|B2=Wooden Planks,Wooden Planks_jungle,Cobblestone,Steel Ingot
 
|B3=stick
 
|out=woodsword,woodsword,stonesword,steelsword}}
 
|Used to deal more damage to [[mobs]] and [[player]]s than by [[hand]].
 
 
|-
 
|-
! scope="row"|[[Bucket]]
+
! scope="row"|repaired Steel [[Shovel]]
|align="center"|[[Steel Ingot]]s
+
|align="center"|worn off Steel [[Shovel]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A2=Steel Ingot | C2=Steel Ingot
+
|A1=Steel_Shovel_slightly_worn_off
|B3=Steel Ingot
+
|A3=Steel_Shovel_heavily_worn_off
|out=bucket}}
+
|out=Steel_Shovel_repaired}}
|Used to hold and transport [[water]] and [[lava]].
 
 
|}
 
|}
  
==== [[Repairing]] tools ====
+
Note that repairing recipes are also shapeless. Repairing recipes are never explicitly shown in the wiki (except in this example).
The game has a repairing recipe. It is a shapeless recipe that consists of any two tools of the same kind (and material, of course). It outputs a new tool which is 2% less worn off.
 
  
=== [[Blocks|Block]] Recipes ===
+
=== Shaped recipes ===
 +
These are all valid craftings of a shaped 3×1 crafting recipe:
  
{| class="wikitable sortable collapsible"
+
{| class="wikitable"
 
|-
 
|-
 
! scope="row" width="50px"|Name
 
! scope="row" width="50px"|Name
 
! scope="col" width="140px"|Ingredients
 
! scope="col" width="140px"|Ingredients
 
! class="unsortable" scope="col"|Input &#8594; Output
 
! class="unsortable" scope="col"|Input &#8594; Output
! class="unsortable" scope="col"|Description
 
 
|-
 
|-
! scope="row"|[[Steel Block]]
+
! scope="row"|[[Paper]]
|align="center"|[[Steel Ingot]]
+
|align="center"|[[Papyrus]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Steel Ingot
+
|A3=Papyrus
|A2=Steel Ingot
+
|B3=Papyrus
|A3=Steel Ingot
+
|C3=Papyrus
|B1=Steel Ingot
+
|out=Paper}}
|B2=Steel Ingot
 
|B3=Steel Ingot
 
|C1=Steel Ingot
 
|C2=Steel Ingot
 
|C3=Steel Ingot
 
|out=steel block}}
 
|Decorative block, can only be mined with a steel or Mese [[pickaxe]]. Can be reverted to steel ingots.
 
 
|-
 
|-
! scope="row"|[[Clay]]
+
! scope="row"|[[Paper]]
|align="center"|[[Clay Lump]]
+
|align="center"|[[Papyrus]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A2=Clay Lump
+
|A2=Papyrus
|A3=Clay Lump
+
|B2=Papyrus
|B2=Clay Lump
+
|C2=Papyrus
|B3=Clay Lump
+
|out=Paper}}
|out=clay}}
 
|Can be used as decoration or compact storage. To revert into clay balls, must be mined.
 
 
|-
 
|-
! scope="row"|[[Brick Block]]
+
! scope="row"|[[Paper]]
|align="center"|[[Clay Brick]]
+
|align="center"|[[Papyrus]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A2=Clay Brick
+
|A1=Papyrus
|A3=Clay Brick
+
|B1=Papyrus
|B2=Clay Brick
+
|C1=Papyrus
|B3=Clay Brick
+
|out=Paper}}
|out=brick}}
+
|}
|Used as building material.
+
 
 +
These craftings are all part of the same recipe. The actual wiki page does not repeat the other two craftings for simplicity’s sake.
 +
 
 +
=== Crafting recipes using groups ===
 +
A crafting recipe using groups could be represented like this in the wiki:
 +
{| class="wikitable"
 
|-
 
|-
! scope="row"|[[Sandstone]]
+
! scope="row" width="50px"|Name
|align="center"|[[Sand]]
+
! scope="col" width="140px"|Ingredients
| {{Grid/Craft
+
! scope="col"|Input &#8594; Output
|A2=sand
 
|A3=sand
 
|B2=sand
 
|B3=sand
 
|out=sandstone}}
 
|Used as building material.
 
 
|-
 
|-
! scope="row"|[[Bookshelf]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Wooden Planks]] + [[Book]]s
+
|align="center"|[[:Category:Stone|“stone”-grouped items]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Wooden Planks,Wooden Planks_jungle
+
|A1=group_stone|B1=group_stone|C1=group_stone
|A2=book
+
|A2=group_stone|C2=group_stone
|A3=Wooden Planks,Wooden Planks_jungle
+
|A3=group_stone|B3=group_stone|C3=group_stone
|B1=Wooden Planks,Wooden Planks_jungle
+
|out=furnace}}
|B2=book
 
|B3=Wooden Planks,Wooden Planks_jungle
 
|C1=Wooden Planks,Wooden Planks_jungle
 
|C2=book
 
|C3=Wooden Planks,Wooden Planks_jungle
 
|out=bookshelf}}
 
|Used as decoration.
 
|-
 
! scope="row"|[[Slab]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Stone]]<br />or [[Brick Block]]s<br />or [[Sandstone]]
 
| {{Grid/Craft
 
|A3=wooden Planks,cobblestone,stone,brick,sandstone
 
|B3=wooden Planks,cobblestone,stone,brick,sandstone
 
|C3=wooden Planks,cobblestone,stone,brick,sandstone
 
|out=wooden slab, cobblestone slab, stone slab, brick slab, sandstone slab
 
|count=3, 3, 3, 3, 3}}
 
|Can be used for long staircases.
 
|-
 
! scope="row"|[[Stair]]
 
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Stone]]<br />or [[Brick Block]]s<br />or [[Sandstone]]
 
| {{Grid/Craft
 
|C1=wooden Planks,cobblestone,stone,brick,sandstone
 
|B2=wooden Planks,cobblestone,stone,brick,sandstone
 
|C2=wooden Planks,cobblestone,stone,brick,sandstone
 
|A3=wooden Planks,cobblestone,stone,brick,sandstone
 
|B3=wooden Planks,cobblestone,stone,brick,sandstone
 
|C3=wooden Planks,cobblestone,stone,brick,sandstone
 
|out=wooden stair, cobblestone stair, stone stair, brick stair, sandstone stair
 
|count=4, 4, 4 ,4 ,4}}
 
|Can be used for compact staircases.
 
 
|}
 
|}
  
=== Misc Recipes ===
+
Note that there is a special icon with a “G” in it. This icon is a placeholder for anything which is part of the “[[:Category:Stone|stone]]” group. So a furnace is build from 8 items from the stone group. [[Cobblestone]] and [[Desert Stone]] are examples for members of this group.
  
{| class="wikitable sortable collapsible"
+
So you can build a furnace completely out of Cobblestone:
 +
{| class="wikitable"
 
|-
 
|-
 
! scope="row" width="50px"|Name
 
! scope="row" width="50px"|Name
 
! scope="col" width="140px"|Ingredients
 
! scope="col" width="140px"|Ingredients
! class="unsortable" scope="col"|Input &#8594; Output
+
! scope="col"|Input &#8594; Output
! class="unsortable" scope="col"|Description
 
 
|-
 
|-
! scope="row"|[[Ladder]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Stick]]s
+
|align="center"|[[Cobblestone]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Stick
+
|A1=cobblestone|B1=cobblestone|C1=cobblestone
|A2=Stick
+
|A2=cobblestone|C2=cobblestone
|A3=Stick
+
|A3=cobblestone|B3=cobblestone|C3=cobblestone
|B2=Stick
+
|out=furnace}}
|C1=Stick
+
|}
|C2=Stick
+
 
|C3=Stick
+
Or Desert Stone:
|out=ladder}}
+
{| class="wikitable"
|Used to climb vertically. Can placed on any wall, floor or ceiling.
 
 
|-
 
|-
! scope="row"|[[Fence]]
+
! scope="row" width="50px"|Name
|align="center"|[[Stick]]s
+
! scope="col" width="140px"|Ingredients
| {{Grid/Craft
+
! scope="col"|Input &#8594; Output
|A2=Stick
 
|A3=Stick
 
|B2=Stick
 
|B3=Stick
 
|C2=Stick
 
|C3=Stick
 
|out=fence
 
|count=2}}
 
|Used as a barrier, can be jumped over.
 
 
|-
 
|-
! scope="row"|[[Sign]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Wooden Planks]] + [[Stick]]
+
|align="center"|[[Desert Stone]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Wooden Planks,Wooden Planks_jungle
+
|A1=desert_stone|B1=desert_stone|C1=desert_stone
|A2=Wooden Planks,Wooden Planks_jungle
+
|A2=desert_stone|C2=desert_stone
|B1=Wooden Planks,Wooden Planks_jungle
+
|A3=desert_stone|B3=desert_stone|C3=desert_stone
|B2=Wooden Planks,Wooden Planks_jungle
+
|out=furnace}}
|B3=Stick
+
|}
|C1=Wooden Planks,Wooden Planks_jungle
+
 
|C2=Wooden Planks,Wooden Planks_jungle
+
Or both mixed:
|out=sign}}
+
{| class="wikitable"
|Shows text entered by the player.
 
 
|-
 
|-
! scope="row"|[[Wooden Door]]
+
! scope="row" width="50px"|Name
|align="center"|[[Wooden Planks]]
+
! scope="col" width="140px"|Ingredients
| {{Grid/Craft
+
! scope="col"|Input &#8594; Output
|A1=Wooden Planks,Wooden Planks_jungle
 
|A2=Wooden Planks,Wooden Planks_jungle
 
|A3=Wooden Planks,Wooden Planks_jungle
 
|B1=Wooden Planks,Wooden Planks_jungle
 
|B2=Wooden Planks,Wooden Planks_jungle
 
|B3=Wooden Planks,Wooden Planks_jungle
 
|out=Wooden Door}}
 
|Opened and closed by right-clicking, can be passed through while open.
 
 
|-
 
|-
! scope="row"|[[Paper]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Papyrus]]
+
|align="center"|[[Cobblestone]]s + [[Desert Stone]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A3=Papyrus
+
|A1=cobblestone|B1=desert_stone|C1=cobblestone
|B3=Papyrus
+
|A2=desert_stone|C2=cobblestone
|C3=Papyrus
+
|A3=desert_stone|B3=cobblestone|C3=desert_stone
|out=Paper}}
+
|out=furnace}}
|Used for crafting [[book]]s.
+
|}
 +
 
 +
Or everything mixed up:
 +
{| class="wikitable"
 
|-
 
|-
! scope="row"|[[Book]]
+
! scope="row" width="50px"|Name
|align="center"|[[Paper]]
+
! scope="col" width="140px"|Ingredients
| {{Grid/Craft
+
! scope="col"|Input &#8594; Output
|A3=Paper
 
|B3=Paper
 
|C3=Paper
 
|out=Book}}
 
|Used for crafting [[Bookshelf|bookshelves]].
 
 
|-
 
|-
! scope="row"|[[Rail]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Steel Ingot]]s + [[Stick]]s
+
|align="center"|[[Stone]]s + [[Desert Stone]]s + [[Cobblestone]]s + [[Desert Stone Brick]] + [[Stone Brick]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Steel Ingot
+
|A1=stone|B1=desert_stone|C1=stone_brick
|A2=Steel Ingot
+
|A2=cobblestone|C2=cobblestone
|A3=Steel Ingot
+
|A3=desert_stone_brick|B3=stone_brick|C3=cobblestone
|B2=Stick
+
|out=furnace}}
|C1=Steel Ingot
 
|C2=Steel Ingot
 
|C3=Steel Ingot
 
|out=Rail
 
|count=15}}
 
|Decorative block, can be inclined on slopes.
 
|-
 
! scope="row"|[[Flour]]
 
|align="center"|[[Wheat]]s
 
| {{Grid/Craft
 
|A2=Wheat
 
|A3=Wheat
 
|B2=Wheat
 
|B3=Wheat
 
|out=Flour}}
 
|Used for [[Smelting|cooking]] [[Bread]]. (shapeless recipe)
 
 
|}
 
|}
 +
 +
== Getting started ==
 +
To help you get you started in the vanilla Minetest game, we give you a list of the most important items and blocks to start with. Begin with the top of the list, check out the “Crafting” section of the respective page (in that order), craft the item in Minetest and return to this page when you have managed the craft, then go on with the next craft in the list.
 +
#[[Wooden Planks and Junglewood Planks|Wooden Planks]]
 +
#[[Stick]]
 +
#[[Ladder]]
 +
#Wooden [[Slab]]
 +
#Wooden [[Pickaxe]]
 +
#Stone [[Pickaxe]]
 +
#Cobblestone [[Stair]]
 +
#[[Torch]]
 +
#[[Chest]]
 +
#[[Furnace]]
 +
#any [[Axe]]
 +
#any [[Shovel]]
 +
#[[Bucket]]
 +
#any [[Hoe]]
 +
#[[Flour]]
 +
#[[Bread]]
 +
 +
See [[Blocks]] and [[Items]] for full lists of blocks and items. You find crafting recipes on the respective pages. Also check out the pages listed in [[Group]] to get an overview for the group craftings.
  
 
== See also ==
 
== See also ==
 +
*[[Smelting]]
 
*[[Repairing]]
 
*[[Repairing]]
*[[Smelting]]
+
*[[Inventory]]
*[[Blocks]]
 
*[[Items]]
 
 
*[[Itemstrings]]
 
*[[Itemstrings]]
*[[Inventory]]
 

Revision as of 12:11, 21 October 2013

Crafting is the way in which blocks and items are made in Minetest. To craft something, the player must move items into a crafting grid and then arrange the items into a defined pattern.

Many additional player created recipies and other crafting grids are available through mods.

Crafting basics

This section explains the basics of crafting in a very general way. The rules explained here are true for basicly all mods.

Crafting grid and output slot

To be able to craft anything at all, you need a crafting grid. A crafting grid consists of a number of inventory slots and you can place and move and remove items from it like you can with an inventory. To craft, the items have to be arranged somehow in the crafting grid (see “Input and output”). Next to a crafting grid there is one output slot, in which the craft appears if you arranged the items in a valid way. Click on this symbol with the left mouse button to make this craft once. The needed items in the crafting grid will be used up. Click on the output slot with the middle mouse button to make this craft up to ten times (depending on how much items are left in the crafting grid). Crafting generally takes no time and you can use the resulting items immediately.

Crafting grids generally work like inventories. So a crafting grid found in your inventory menu can be used/abused as an extension of the player inventory.

You can’t place items on an output slot, however. You can only take items from it.

The player’s built-in 3×3 crafting grid (left). It’s output slot (right).

The vanilla Minetest game has only one crafting grid. It can be accessed through the inventory menu and it has a size of 3×3 slots.

Mods and Minetest games may add several crafting grids in various places, not just the inventory. It’s also possible that the inventory menu does not have a crafting grid.

Input and output

A crafting recipe consists of at least one input item and exactly one output item. Input items can be either concrete items (for example, Wooden Planks) or an item that is member of a group (for example, the wood group, a group where Wooden Planks and Junglewood Planks are members). If a recipe has multiple slots which require the same group, this does not mean that you have to place the same item in all of these slots. See #Crafting recipes using groups for a detailed example.

The vanilla Minetest game and other games and many mods make extensive use of the group system, understanding it is crucial to craft efficiently.

Using up the items

Normally, crafting one item removes exactly one item of each slot in the crafting grid.

A crafting recipe may also replace a item with an item instead. This is currently rarely used in mods. In the vanilla Minetest game, using Lava Bucket as furnace fuel does not use up the item, instead it leaves an Empty Bucket in the fuel slot.

Shaped and shapeless recipes

There are are two kinds of crafting recipes, shaped ones and shapeless ones.

For a shaped recipe, the items have to be arranged into an exact pattern. This wiki documents these patterns of the vanilla Minetest game. If a crafting recipe takes up a smaller rectangle than the crafting grid, it can be moved on any part of the crafting grid. For example, a 2×2 recipe can be arranged on the top left, top right, bottom left or bottom right on a 3×3 crafting grid. If a crafting recipe uses more space than available in the crafting grid, you are unable to craft this item with it. You need a larger one.

For a shapeless recipe, the neccessary items just have to be placed on any available slots of the crafting grid. Stacking items does not work, however.

Most crafting recipes of the vanilla Minetest game are shaped recipes. If not noted otherwise, it is assumed that a crafting recipe is shaped. The shapeless recipes of the vanilla Minetest game produce bronze ingots, wool, flour and dyes, respectively.

Activities similar to crafting

Smelting and repairing are just a slightly different form of crafting, most rules described here apply, too. For smelting, the crafting grid is simply just 1×1. A repairing recipe is always shapeless recipe consisting of two tools of the same kind.

Example recipes

This section contains extensive examples of the basic crafting types. The examples here are all taken from the vanilla Minetest game.

Shapeless recipes

Bronze Ingot is an example for a shapeless recipe. You need one Steel Ingot and one Copper Ingot. You can put them anywhere in the crafting grid you want, so the following craftings are all valid:

Name Ingredients Input/Output
Bronze Ingot Steel Ingot + Copper ingot
Steel Ingot.png
Copper Ingot.png
Bronze Ingot.png
Bronze Ingot Steel Ingot + Copper ingot
Steel Ingot.png
Copper Ingot.png
Bronze Ingot.png
Bronze Ingot Steel Ingot + Copper ingot
Steel Ingot.png
Copper Ingot.png
Bronze Ingot.png

And so on.

To keep the wiki pages short and simple, in the actual page there is only one of the possible craftings shown.

Repairing recipes

If you have two worn off Steel Shovels, you can get one repaired one by placing them like this:

Name Ingredients Input → Output
repaired Steel Shovel worn off Steel Shovels
Steel Shovel slightly worn off.png
Steel Shovel heavily worn off.png
Steel Shovel repaired.png

Note that repairing recipes are also shapeless. Repairing recipes are never explicitly shown in the wiki (except in this example).

Shaped recipes

These are all valid craftings of a shaped 3×1 crafting recipe:

Name Ingredients Input → Output
Paper Papyrus
Papyrus.png
Papyrus.png
Papyrus.png
Paper.png
Paper Papyrus
Papyrus.png
Papyrus.png
Papyrus.png
Paper.png
Paper Papyrus
Papyrus.png
Papyrus.png
Papyrus.png
Paper.png

These craftings are all part of the same recipe. The actual wiki page does not repeat the other two craftings for simplicity’s sake.

Crafting recipes using groups

A crafting recipe using groups could be represented like this in the wiki:

Name Ingredients Input → Output
Furnace “stone”-grouped items
Group stone.png
Group stone.png
Group stone.png
Group stone.png
Group stone.png
Group stone.png
Group stone.png
Group stone.png
Furnace.png

Note that there is a special icon with a “G” in it. This icon is a placeholder for anything which is part of the “stone” group. So a furnace is build from 8 items from the stone group. Cobblestone and Desert Stone are examples for members of this group.

So you can build a furnace completely out of Cobblestone:

Name Ingredients Input → Output
Furnace Cobblestones
Cobblestone.png
Cobblestone.png
Cobblestone.png
Cobblestone.png
Cobblestone.png
Cobblestone.png
Cobblestone.png
Cobblestone.png
Furnace.png

Or Desert Stone:

Name Ingredients Input → Output
Furnace Desert Stones
Desert Stone.png
Desert Stone.png
Desert Stone.png
Desert Stone.png
Desert Stone.png
Desert Stone.png
Desert Stone.png
Desert Stone.png
Furnace.png

Or both mixed:

Name Ingredients Input → Output
Furnace Cobblestones + Desert Stones
Cobblestone.png
Desert Stone.png
Cobblestone.png
Desert Stone.png
Cobblestone.png
Desert Stone.png
Cobblestone.png
Desert Stone.png
Furnace.png

Or everything mixed up:

Name Ingredients Input → Output
Furnace Stones + Desert Stones + Cobblestones + Desert Stone Brick + Stone Bricks
Stone.png
Desert Stone.png
Stone Brick.png
Cobblestone.png
Cobblestone.png
Desert Stone Brick.png
Stone Brick.png
Cobblestone.png
Furnace.png

Getting started

To help you get you started in the vanilla Minetest game, we give you a list of the most important items and blocks to start with. Begin with the top of the list, check out the “Crafting” section of the respective page (in that order), craft the item in Minetest and return to this page when you have managed the craft, then go on with the next craft in the list.

  1. Wooden Planks
  2. Stick
  3. Ladder
  4. Wooden Slab
  5. Wooden Pickaxe
  6. Stone Pickaxe
  7. Cobblestone Stair
  8. Torch
  9. Chest
  10. Furnace
  11. any Axe
  12. any Shovel
  13. Bucket
  14. any Hoe
  15. Flour
  16. Bread

See Blocks and Items for full lists of blocks and items. You find crafting recipes on the respective pages. Also check out the pages listed in Group to get an overview for the group craftings.

See also