Difference between revisions of "Crafting"
(→See also: added link to Repairing) |
(Explained the concept of crafting in detail. The explanation should hold true for all mods, not only default.) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | + | '''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]]. | ||
− | == Basic Recipes == | + | == 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|inventory]] slots and you can place and move and remove [[Item|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 can be used/abused as an extension of the normal 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). It’s output slot (right).]] | ||
+ | The vanilla Minetest game has only one crafting grid. It can be accessed through the [[inventory|Inventory]] and it has a size of 3×3 slots. | ||
+ | |||
+ | Mods and Minetest [[Game|games]] may add several crafting grids in various places, not just the inventory. It’s also possible that the inventory has no 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|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. 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. | ||
+ | |||
+ | 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. | ||
+ | |||
+ | ''Please note that this Wiki does not document group crafts yet. The crafting recipes in this wiki are most of the time just example of a bigger set of possible crafts. If you see wooden planks in a crafting recipe in this wiki, you can often correctly assume that you actually need an wood-group item here.'' | ||
+ | |||
+ | === 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 [[Smelting|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 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 == | ||
+ | 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. | ||
+ | |||
+ | === Basic Recipes === | ||
{| class="wikitable sortable collapsible" | {| class="wikitable sortable collapsible" | ||
Line 67: | Line 108: | ||
|} | |} | ||
− | == [[Items|Tool]] Recipes == | + | === [[Items|Tool]] Recipes === |
− | + | ==== Crafting tools ==== | |
− | |||
− | |||
{| class="wikitable sortable collapsible" | {| class="wikitable sortable collapsible" | ||
|- | |- | ||
Line 79: | Line 118: | ||
|- | |- | ||
! scope="row"|[[Pickaxe]] | ! scope="row"|[[Pickaxe]] | ||
− | |align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />or [[Mese]]<br />+ [[Stick]]s | + | |align="center"|[[Wooden Planks]]<br />or [[Cobblestone]]<br />or [[Steel Ingot]]s<br />or [[Mese Crystal]]s<br />+ [[Stick]]s |
| {{Grid/Craft | | {{Grid/Craft | ||
− | |A1=Wooden Planks,Cobblestone,Steel Ingot, | + | |A1=Wooden Planks,Cobblestone,Steel Ingot,mese_crystal|B1=Wooden Planks,Cobblestone,Steel Ingot,mese_crystal|C1=Wooden Planks,Cobblestone,Steel Ingot,mese_crystal |
|B2=stick | |B2=stick | ||
|B3=stick | |B3=stick | ||
Line 133: | Line 172: | ||
|} | |} | ||
− | == [[Blocks|Block]] Recipes == | + | ==== [[Repairing]] tools ==== |
+ | 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 === | ||
{| class="wikitable sortable collapsible" | {| class="wikitable sortable collapsible" | ||
Line 226: | Line 268: | ||
|} | |} | ||
− | == Misc Recipes == | + | === Misc Recipes === |
{| class="wikitable sortable collapsible" | {| class="wikitable sortable collapsible" | ||
Line 326: | Line 368: | ||
|B3=Wheat | |B3=Wheat | ||
|out=Flour}} | |out=Flour}} | ||
− | |Used for [[Smelting|cooking]] [[Bread]]. | + | |Used for [[Smelting|cooking]] [[Bread]]. (shapeless recipe) |
|} | |} | ||
Line 335: | Line 377: | ||
*[[Items]] | *[[Items]] | ||
*[[Item Codes]] | *[[Item Codes]] | ||
+ | *[[Inventory]] |
Revision as of 20:07, 26 September 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 can be used/abused as an extension of the normal inventory.
You can’t place items on an output slot, however. You can only take items from it.
The vanilla Minetest game has only one crafting grid. It can be accessed through the Inventory 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 has no 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. 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.
The vanilla Minetest game and other games and many mods make extensive use of the group system, understanding it is crucial to craft efficiently.
Please note that this Wiki does not document group crafts yet. The crafting recipes in this wiki are most of the time just example of a bigger set of possible crafts. If you see wooden planks in a crafting recipe in this wiki, you can often correctly assume that you actually need an wood-group item here.
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
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.
Basic Recipes
Name | Ingredients | Input → Output | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Wooden Planks | Tree |
|
One of the most basic building materials, can be crafted into many things. | ||||||||||||
Stick | Wooden Planks |
|
Used in crafting torches, signs, ladders, fences and as handles for tools and weapons. | ||||||||||||
Torch | Stick + Coal Lump |
|
Used to create light. Torches can be placed on any wall, floor or ceiling. | ||||||||||||
Furnace | Cobblestone |
|
Allows the player to smelt various items. | ||||||||||||
Chest | Wooden Planks |
|
Used to store blocks and items inside. | ||||||||||||
Locked Chest | Wooden Planks + Steel Ingot |
|
The same as a regular chest, except it can only be accessed by the player that placed it. |
Tool Recipes
Crafting tools
Name | Ingredients | Input → Output | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Pickaxe | Wooden Planks or Cobblestone or Steel Ingots or Mese Crystals + Sticks |
|
Required to mine stone-based blocks. | ||||||||||||
Axe | Wooden Planks or Cobblestone or Steel Ingots + Sticks |
|
Used to cut wood-based blocks quicker than by hand. | ||||||||||||
Shovel | Wooden Planks or Cobblestone or Steel Ingots + Sticks |
|
Used to dig Dirt, Sand, Grass Blocks and many other blocks quicker than by hand. | ||||||||||||
Hoe | Wooden Planks or Cobblestone or Steel Ingots or Bronze Ingots + Sticks |
|
Used to cultivate. | ||||||||||||
Sword | Wooden Planks or Cobblestone or Steel Ingots + Sticks |
|
Used to deal more damage to mobs and players than by hand. | ||||||||||||
Bucket | Steel Ingots |
|
Used to hold and transport water and lava. |
Repairing tools
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.
Block Recipes
Name | Ingredients | Input → Output | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Steel Block | Steel Ingot |
|
Decorative block, can only be mined with a steel or Mese pickaxe. Cannot be reverted to steel ingots. | ||||||||||||
Clay | Clay Lump |
|
Can be used as decoration or compact storage. To revert into clay balls, must be mined. | ||||||||||||
Brick Block | Clay Brick |
|
Used as building material. Gives 4 clay bricks when mined. | ||||||||||||
Sandstone | Sand |
|
Used as building material. Only gives 1 sand when mined. | ||||||||||||
Bookshelf | Wooden Planks + Books |
|
Used as decoration. | ||||||||||||
Slab | Wooden Planks or Cobblestone or Stone or Brick Blocks or Sandstone |
|
Can be used for long staircases. | ||||||||||||
Stair | Wooden Planks or Cobblestone or Stone or Brick Blocks or Sandstone |
|
Can be used for compact staircases. |
Misc Recipes
Name | Ingredients | Input → Output | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ladder | Sticks |
|
Used to climb vertically. Can placed on any wall, floor or ceiling. | ||||||||||||
Fence | Sticks |
|
Used as a barrier, can be jumped over. | ||||||||||||
Sign | Wooden Planks + Stick |
|
Shows text entered by the player. | ||||||||||||
Wooden Door | Wooden Planks |
|
Opened and closed by right-clicking, can be passed through while open. | ||||||||||||
Paper | Papyrus |
|
Used for crafting books. | ||||||||||||
Book | Paper |
|
Used for crafting bookshelves. | ||||||||||||
Rail | Steel Ingots + Sticks |
|
Decorative block, can be inclined on slopes. | ||||||||||||
Flour | Wheats |
|
Used for cooking Bread. (shapeless recipe) |