Difference between revisions of "Crafting"
(rename Minetest to Luanti) |
|||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | '''Crafting''' is the way in which [[blocks]] and [[items]] are made in | + | '''Crafting''' is the way in which [[blocks]] and [[items]] are made in Luanti. 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]]. | Many additional player created recipes and other crafting grids are available through [[mods]]. | ||
Line 9: | Line 9: | ||
=== Crafting grid and output slot === | === 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 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. | 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. | ||
Line 15: | Line 25: | ||
You can’t place items on an output slot, however. You can only take items from it. | 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). | + | [[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 | + | Mods and Luanti [[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 === | === Input and output === | ||
− | A crafting recipe consists of at least one input item and exactly one 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 === | === Using up the items === | ||
Normally, crafting one item removes exactly one item of each slot in the crafting grid. | 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 | + | 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 === | === Shaped and shapeless recipes === | ||
There are are two kinds of crafting recipes, shaped ones and shapeless ones. | 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 | + | 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 | + | 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 | + | 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 == | == Activities similar to crafting == | ||
Line 43: | Line 58: | ||
== Example recipes == | == Example recipes == | ||
− | This section contains extensive examples of the basic crafting types. The examples here are all taken from the | + | This section contains extensive examples of the basic crafting types. The examples here are all taken from the Minetest Game. |
=== Shapeless recipes === | === 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: | [[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: | ||
Line 75: | Line 90: | ||
To keep the wiki pages short and simple, in the actual page there is only one of the possible crafts shown. | To keep the wiki pages short and simple, in the actual page there is only one of the possible crafts shown. | ||
− | === Repairing recipes === | + | === [[Repairing]] recipes === |
− | If you have two worn | + | 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" | {| class="wikitable" | ||
|- | |- | ||
Line 91: | Line 106: | ||
|} | |} | ||
− | + | Repairing recipes are shapeless. | |
=== Shaped recipes === | === Shaped recipes === | ||
Line 213: | Line 228: | ||
== Getting started == | == Getting started == | ||
− | To help you get you started in | + | 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 the game 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]] | #[[Wooden Planks and Junglewood Planks#Crafting|Wooden Planks]] | ||
#[[Stick#Crafting|Stick]] | #[[Stick#Crafting|Stick]] |
Latest revision as of 22:37, 22 October 2024
Language: | English • Deutsch • français • italiano • Bahasa Melayu |
---|
Crafting is the way in which blocks and items are made in Luanti. 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.
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 Luanti 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 |
| ||||||||||||
Bronze Ingot | Steel Ingot + Copper ingot |
| ||||||||||||
Bronze Ingot | Steel Ingot + Copper ingot |
|
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 |
|
Repairing recipes are shapeless.
Shaped recipes
These are all valid crafts of a shaped 3×1 crafting recipe:
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Paper | Papyrus |
| ||||||||||||
Paper | Papyrus |
| ||||||||||||
Paper | Papyrus |
|
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 |
|
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 |
|
Or Desert Stone:
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Furnace | Desert Stones |
|
Or both mixed:
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Furnace | Cobblestones + Desert Stones |
|
Or everything mixed up:
Name | Ingredients | Input → Output | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Furnace | Stones + Desert Stones + Cobblestones + Desert Stone Brick + Stone Bricks |
|
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 the game 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
- 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 Groups to get an overview for the group craftings.