This template generates a {{Crafting}}
table. Each row contains an item's recipe.
Argument |
Default value |
Note
|
type |
workbench |
Sets the recipe's type. Valid values are workbench , inventory , furnace and blast-furnace .
|
1 |
Nothing |
The first slot from left to right, top to bottom. Only works if type is set to either workbench or inventory .
|
2 |
Nothing |
The second slot from left to right, top to bottom. Only works if type is set to either workbench or inventory .
|
3 |
Nothing |
The third slot from left to right, top to bottom. Only works if type is set to either workbench or inventory .
|
4 |
Nothing |
The fourth slot from left to right, top to bottom. Only works if type is set to either workbench or inventory .
|
5 |
Nothing |
The fifth slot from left to right, top to bottom. Only works if type is set to workbench .
|
6 |
Nothing |
The sixth slot from left to right, top to bottom. Only works if type is set to workbench .
|
7 |
Nothing |
The seventh slot from left to right, top to bottom. Only works if type is set to workbench .
|
8 |
Nothing |
The eighth slot from left to right, top to bottom. Only works if type is set to workbench .
|
9 |
Nothing |
The ninth slot from left to right, top to bottom. Only works if type is set to workbench .
|
shapeless |
n |
Defines if the recipe is shapeless. Note that this means that any arrangement of the items works, not that a specific arrangement can go anywhere in the crafting grid. Only works if type is set to either workbench or inventory .
|
input |
Nothing |
The input slot. Only works if type is set to either furnace or blast-furnace .
|
fuel |
Default fuel items |
The fuel slot. Only works if type is set to either furnace or blast-furnace . Its default value will be based on the type of furnace.
|
RESULT |
Nothing |
The result of the crafting recipe.
|
name |
y |
Defines if the name of the result will be shown. Can either be set to a boolean (y or n ) or to a value to be displayed.
|
ingredients |
y |
Defines if the ingredients used in the recipe will be shown. Can either be set to a boolean (y or n ) or to a value to be displayed.
|
foot |
n |
Should be set to y at the last row of the table.
|
Code |
Output
|
{{Crafting table|1=Block of Diamond|RESULT=Diamond,9|foot=y}} |
|
{{Crafting table|type=inventory|1=Block of Diamond|RESULT=Diamond,9|foot=y}} |
|
{{Crafting table|type=furnace|input=Stone Diamond Ore|RESULT=Diamond|foot=y}} |
Name | Ingredients | Crafting recipe |
---|
Diamond | Stone Diamond Ore | |
|
{{Crafting table|type=blast-furnace|input=Iron Ingot|RESULT=Crude Steel|foot=y}} |
|
{{Crafting table
|type=workbench
|1=String
|2=Cloth
|3=Cloth
|4=String
|5=Leather
|6=Leather
|8=Leather
|9=Leather
|RESULT=Empty Quiver
|foot=y
}}
|
Name | Ingredients | Crafting recipe |
---|
Empty Quiver | String + Cloth + Leather | |
|
{{Crafting table
|type=blast-furnace
|input=Iron Ingot
|RESULT=Crude Steel
}}
{{Crafting table
|type=furnace
|input=Stone Coal Ore
|RESULT=Coal
|foot=y
}}
|
|