Difference between revisions of "Crafting"

From Minetest Wiki
Jump to navigation Jump to search
m (→‎Crafting grid and output slot: don't highlicht "up to")
 
(46 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[File:Crafting_grid.png|thumb|300px|The player's built-in 3×3 crafting grid.]]
+
{{Languages}}
'''Crafting''' is the way in which [[blocks]] and [[items]] are made in Minetest. To craft something, the player must move items from their inventory into the 3×3 crafting grid. The player must then arrange the items into the pattern representing the item(s) they wish to create. The horizontal orientation at which the items are placed does matter (except for [[stair]]s).
 
  
Many additional player created recipies are available through [[mods]].
+
'''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 recipes and other crafting grids are available through [[mods]].
  
== Basic Recipes ==
+
== Crafting basics ==
 +
''This section explains the basics of crafting in a very general way. The rules explained here are true for basically all mods.''
  
{| class="wikitable sortable collapsible"
+
=== 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|inventory]] slots and you can place and move and remove [[Items|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.
 +
 
 +
To craft:
 +
 
 +
* <kbd>Leftclick</kbd> or <kbd>rightclick</kbd> on the crafting output to craft '''once'''
 +
* <kbd>Middleclick</kbd> on the crafting output to craft up to '''10 times''' (depending on how much items are left in the crafting grid)
 +
* <kbd>Shift+leftclick</kbd> will craft '''as many times as possible''' and '''move''' the output to the inventory
 +
* <kbd>Shift+middleclick</kbd> will craft up to '''10 times''' and '''move''' the output to the inventory
 +
* <kbd>Shift+rightclick</kbd> will craft '''once''' and '''move''' the output to the inventory
 +
 
 +
Crafting takes no time and you can use the resulting items immediately. The needed items in the crafting grid will be used up after every craft.
 +
 
 +
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.
 +
 
 +
[[File:Crafting_grid.png|thumb|300px|The player’s built-in 3×3 crafting grid (left). Its output slot (right).]]
 +
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 stack of output items. 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.
 +
 
 +
[https://content.minetest.net/packages/Minetest/minetest_game/ Minetest Game] and other [[games]] and many mods make extensive use of the group system, understanding it is crucial to craft efficiently.
 +
 
 +
=== Learning crafting recipes ===
 +
To be able to craft, you also need to know which crafting recipes are available in the first place. The preferred way is done by using a so-called [[crafting guide]], a GUI element which tells the player the available crafting recipes in-game. It is a very important tool for playing.
 +
 
 +
Most games have a built-in crafting guide, so you easily learn all required crafting recipes in-game. Minetest Game is the big exception here, it does ''not'' have a crafting guide. To learn the crafting recipes for Minetest Game, you either have to install and use a [[crafting guide]] mod, or read through the articles in this wiki. Using a crafting guide is the preferred method, as it is more convenient to use, and the recipes in this wiki tend to become outdated or incorrect.
 +
 
 +
=== 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 Minetest Game, using [[Bucket|Lava Bucket]] as [[Smelting|furnace fuel]] does not use up the item, instead it leaves an [[Bucket|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 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 necessary items just have to be placed on ''any'' available slots of the crafting grid.
 +
 
 +
Most crafting recipes of the Minetest Game are shaped recipes. If not noted otherwise, it is assumed that a crafting recipe is shaped. The shapeless recipes of Minetest Game produce [[Bronze Ingot|bronze ingots]], [[Wool|wool]], [[Flour|flour]] and [[Dye|dyes]], respectively.
 +
 
 +
== Activities similar to crafting ==
 +
[[Smelting]] and [[Repairing|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 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 crafts are all valid:
 +
 
 +
{| class="wikitable"
 
|-
 
|-
 
! 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 &#8594; 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
+
|A1=Steel Ingot|B1=Copper Ingot
|out=Wooden Planks
+
|out=Bronze Ingot}}
|count=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
+
|A1=Steel Ingot|C3=Copper Ingot
|out=stick
+
|out=Bronze Ingot}}
|count=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]] + [[Coal Lump]]
+
| [[Steel Ingot]] + [[Copper ingot]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|B2=Coal_lump
+
|B1=Steel Ingot|A3=Copper Ingot
|B3=stick
+
|out=Bronze Ingot}}
|out=torch
+
|}
|count=4}}
+
And so on.
|Used to create light. Torches can be placed on any wall, floor or ceiling.
+
 
 +
To keep the wiki pages short and simple, in the actual page there is only one of the possible crafts shown.
 +
 
 +
=== [[Repairing]] recipes ===
 +
Most games support repairing recipes. If you have two worn out Steel Shovels (or two other tools of the same type that wear off), you can repair one by placing them somewhere into the crafting grid:
 +
{| class="wikitable"
 
|-
 
|-
! scope="row"|[[Furnace]]
+
! scope="row" width="50px"|Name
|align="center"|[[Cobblestone]]
+
! scope="col" width="140px"|Ingredients
| {{Grid/Craft
+
! scope="col"|Input &#8594; Output
|A1=Cobblestone|B1=Cobblestone|C1=Cobblestone
 
|A2=Cobblestone|C2=Cobblestone
 
|A3=Cobblestone|B3=Cobblestone|C3=Cobblestone
 
|out=furnace}}
 
|Allows the player to [[smelting|smelt]] various items.
 
|-
 
! scope="row"|[[Chest]]
 
|align="center"|[[Wooden Planks]]
 
| {{Grid/Craft
 
|A1=Wooden Planks|B1=Wooden Planks|C1=Wooden Planks
 
|A2=Wooden Planks|C2=Wooden Planks
 
|A3=Wooden Planks|B3=Wooden Planks|C3=Wooden Planks
 
|out=chest}}
 
|Used to store [[blocks]] and [[items]] inside.
 
 
|-
 
|-
! scope="row"|[[Locked Chest]]
+
! scope="row"|repaired Steel [[Shovel]]
|align="center"|[[Wooden Planks]] + [[Steel Ingot]]
+
|align="center"|worn off Steel [[Shovel]]s
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Wooden Planks|B1=Wooden Planks|C1=Wooden Planks
+
|A1=Steel_Shovel_slightly_worn_off
|A2=Wooden Planks|B2=Steel Ingot|C2=Wooden Planks
+
|A3=Steel_Shovel_heavily_worn_off
|A3=Wooden Planks|B3=Wooden Planks|C3=Wooden Planks
+
|out=Steel_Shovel_repaired}}
|out=chest lock}}
 
|The same as a regular [[chest]], except it can only be accessed by the player that placed it.
 
 
|}
 
|}
  
== [[Items|Tool]] Recipes ==
+
Repairing recipes are shapeless.
  
'''Tools can be repaired by putting two tools of the same material and type in the crafting grid. This gives a 2% durability bonus.'''
+
=== Shaped recipes ===
 +
These are all valid crafts 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"|[[Pickaxe]]
+
! scope="row"|[[Paper]]
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />or [[Mese]]<br />+ [[Stick]]s
+
|align="center"|[[Papyrus]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Wooden Planks,Cobblestone,Steel Ingot,mese|B1=Wooden Planks,Cobblestone,Steel Ingot,mese|C1=Wooden Planks,Cobblestone,Steel Ingot,mese
+
|A3=Papyrus
|B2=stick
+
|B3=Papyrus
|B3=stick
+
|C3=Papyrus
|out=woodpick,stonepick,steelpick,mesepick}}
+
|out=Paper}}
|Required to mine [[stone]]-based [[blocks]].
 
 
|-
 
|-
! scope="row"|[[Axe]]
+
! scope="row"|[[Paper]]
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />+ [[Stick]]s
+
|align="center"|[[Papyrus]]
|{{Grid/Craft
 
|A1=Wooden Planks,Cobblestone,Steel Ingot|B1=Wooden Planks,Cobblestone,Steel Ingot
 
|A2=Wooden Planks,Cobblestone,Steel Ingot|B2=stick
 
|B3=stick
 
|out=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
 
| {{Grid/Craft
|B1=Wooden Planks,Cobblestone,Steel Ingot
+
|A2=Papyrus
|B2=stick
+
|B2=Papyrus
|B3=stick
+
|C2=Papyrus
|out=woodshovel,stoneshovel,steelshovel}}
+
|out=Paper}}
|Used to dig [[Dirt]], [[Sand]], [[Grass Block]]s and many other [[blocks]] quicker than by hand.
 
 
|-
 
|-
! scope="row"|[[Sword]]
+
! scope="row"|[[Paper]]
|align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />+ [[Stick]]s
+
|align="center"|[[Papyrus]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|B1=Wooden Planks,Cobblestone,Steel Ingot
+
|A1=Papyrus
|B2=Wooden Planks,Cobblestone,Steel Ingot
+
|B1=Papyrus
|B3=stick
+
|C1=Papyrus
|out=woodsword,stonesword,steelsword}}
+
|out=Paper}}
|Used to deal more damage to [[mobs]] and [[player]]s than by hand.
 
|-
 
! scope="row"|[[Bucket]]
 
|align="center"|[[Steel Ingot]]s
 
| {{Grid/Craft
 
|A2=Steel Ingot | C2=Steel Ingot
 
|B3=Steel Ingot
 
|out=bucket}}
 
|Used to hold and transport [[water]] and [[lava]].
 
 
|}
 
|}
  
== [[Blocks|Block]] Recipes ==
+
These crafts are all part of the same recipe. The actual wiki page does not repeat the other two crafts for simplicity’s sake.
  
{| class="wikitable sortable collapsible"
+
=== Crafting recipes using groups ===
 +
A crafting recipe using groups could be represented like this in the wiki:
 +
{| 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"|[[Steel Block]]
+
! scope="row"|[[Furnace]]
|align="center"|[[Steel Ingot]]
+
|align="center"|[[:Category:Stone|“stone”-grouped items]]
 
| {{Grid/Craft
 
| {{Grid/Craft
|A1=Steel Ingot
+
|A1=group_stone|B1=group_stone|C1=group_stone
|A2=Steel Ingot
+
|A2=group_stone|C2=group_stone
|A3=Steel Ingot
+
|A3=group_stone|B3=group_stone|C3=group_stone
|B1=Steel Ingot
+
|out=furnace}}
|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]]. Cannot be reverted to steel ingots.
 
|-
 
! scope="row"|[[Clay]]
 
|align="center"|[[Clay Lump]]
 
| {{Grid/Craft
 
|A2=Clay Lump
 
|A3=Clay Lump
 
|B2=Clay Lump
 
|B3=Clay Lump
 
|out=clay}}
 
|Can be used as decoration or compact storage. To revert into clay balls, must be mined.
 
|-
 
! scope="row"|[[Brick Block]]
 
|align="center"|[[Clay Brick]]
 
| {{Grid/Craft
 
|A2=Clay Brick
 
|A3=Clay Brick
 
|B2=Clay Brick
 
|B3=Clay Brick
 
|out=brick}}
 
|Used as building material. Gives 4 [[Clay Brick|clay brick]]s when mined.
 
|-
 
! scope="row"|[[Sandstone]]
 
|align="center"|[[Sand]]
 
| {{Grid/Craft
 
|A2=sand
 
|A3=sand
 
|B2=sand
 
|B3=sand
 
|out=sandstone}}
 
|Used as building material. Only gives 1 [[sand]] when mined.
 
|-
 
! scope="row"|[[Bookshelf]]
 
|align="center"|[[Wooden Planks]] + [[Book]]s
 
| {{Grid/Craft
 
|A1=Wooden Planks
 
|A2=book
 
|A3=Wooden Planks
 
|B1=Wooden Planks
 
|B2=book
 
|B3=Wooden Planks
 
|C1=Wooden Planks
 
|C2=book
 
|C3=Wooden Planks
 
|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
+
|A1=desert_stone|B1=desert_stone|C1=desert_stone
|A2=Wooden Planks
+
|A2=desert_stone|C2=desert_stone
|B1=Wooden Planks
+
|A3=desert_stone|B3=desert_stone|C3=desert_stone
|B2=Wooden Planks
+
|out=furnace}}
|B3=Stick
+
|}
|C1=Wooden Planks
+
 
|C2=Wooden Planks
+
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
 
|A2=Wooden Planks
 
|A3=Wooden Planks
 
|B1=Wooden Planks
 
|B2=Wooden Planks
 
|B3=Wooden Planks
 
|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.
 
 
|}
 
|}
 +
 +
== Getting started ==
 +
To help you get you started in 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. For convenience, the links put you directly to the “Crafting” section.
 +
#[[Wooden Planks and Junglewood Planks#Crafting|Wooden Planks]]
 +
#[[Stick#Crafting|Stick]]
 +
#[[Ladder#Crafting|Ladder]]
 +
#Wooden [[Slab#Crafting|Slab]]
 +
#Wooden [[Pickaxe#Crafting|Pickaxe]]
 +
#Stone [[Pickaxe#Crafting|Pickaxe]]
 +
#Cobblestone [[Stair#Crafting|Stair]]
 +
#[[Torch#Crafting|Torch]]
 +
#[[Chest#Crafting|Chest]]
 +
#[[Furnace#Crafting|Furnace]]
 +
#any [[Axe#Crafting|Axe]]
 +
#any [[Shovel#Crafting|Shovel]]
 +
#[[Bucket#Crafting|Bucket]]
 +
#any [[Hoe#Crafting|Hoe]]
 +
#[[Flour#Crafting|Flour]]
 +
#[[Bread#Crafting|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 [[Groups]] to get an overview for the group craftings.
  
 
== See also ==
 
== See also ==
 +
*[[Crafting guide]]
 
*[[Smelting]]
 
*[[Smelting]]
*[[Blocks]]
+
*[[Repairing]]
*[[Items]]
+
*[[Inventory]]
*[[Item Codes]]
+
*[[Itemstrings]]
 +
 
 +
 
 +
[[Category:Gameplay]]

Latest revision as of 11:54, 27 December 2023

Languages Language: English • Deutsch • français • italiano • Bahasa Melayu

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 recipes 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 basically 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.

To craft:

  • Leftclick or rightclick on the crafting output to craft once
  • Middleclick on the crafting output to craft up to 10 times (depending on how much items are left in the crafting grid)
  • Shift+leftclick will craft as many times as possible and move the output to the inventory
  • Shift+middleclick will craft up to 10 times and move the output to the inventory
  • Shift+rightclick will craft once and move the output to the inventory

Crafting takes no time and you can use the resulting items immediately. The needed items in the crafting grid will be used up after every craft.

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). Its output slot (right).

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 stack of output items. 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.

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

Learning crafting recipes

To be able to craft, you also need to know which crafting recipes are available in the first place. The preferred way is done by using a so-called crafting guide, a GUI element which tells the player the available crafting recipes in-game. It is a very important tool for playing.

Most games have a built-in crafting guide, so you easily learn all required crafting recipes in-game. Minetest Game is the big exception here, it does not have a crafting guide. To learn the crafting recipes for Minetest Game, you either have to install and use a crafting guide mod, or read through the articles in this wiki. Using a crafting guide is the preferred method, as it is more convenient to use, and the recipes in this wiki tend to become outdated or incorrect.

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 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 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 necessary items just have to be placed on any available slots of the crafting grid.

Most crafting recipes of the Minetest Game are shaped recipes. If not noted otherwise, it is assumed that a crafting recipe is shaped. The shapeless recipes of 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 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 crafts 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 crafts shown.

Repairing recipes

Most games support repairing recipes. If you have two worn out Steel Shovels (or two other tools of the same type that wear off), you can repair one by placing them somewhere into the crafting grid:

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

Repairing recipes are shapeless.

Shaped recipes

These are all valid crafts 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 crafts are all part of the same recipe. The actual wiki page does not repeat the other two crafts 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 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. For convenience, the links put you directly to the “Crafting” section.

  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 Groups to get an overview for the group craftings.

See also