Minecraft Wiki
Registreer
Advertisement


This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage[]

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Eikenhouten planken |C2= 
|A3=  |B3= Eikenhouten planken |C3= 
|Output= Stok,4
}}
produces


Shapeless[]

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blazepoeder  |C1= 
|A2=  |B2= Steenkool,Houtskool |C2= 
|A3=  |B3= Buskruit     |C3= 
|Output= Vuurbal,3
}}
produces


The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed[]

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= de banier
                  |B2= Banier
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blauwe basis faasbanier
}}
produces













The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated[]

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuliblok; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuliblok
}}
produces


{{Crafting Table
|A1= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
|B1= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
|C1= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
 |A2= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
 |B2= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
 |C2= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
  |A3= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
  |B3= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
  |C3= IJzerstaaf; Goudstaaf; Diamant; Lapis Lazuli
|Output= IJzerblok; Goudblok; Diamantblok; Lapis Lazuliblok
}}
produces










































Zie ook[]


[bekijken | bewerken | geschiedenis | cache legen]Bovenstaande documentatie is getranscludeerd uit Sjabloon:Crafting Table/doc.
Advertisement