Template:Crafting Table/doc: Difference between revisions
Create: Minecraft Mod Wiki>Joker876 Created page with "{{documentation header}} {{lua|UI}} This template is used to create an interface that looks similar to the Crafting Table's. See [[Template:Inventory slot]..." |
Create: Minecraft Mod Wiki>Joker876 |
||
Line 8: | Line 8: | ||
__TOC__ | __TOC__ | ||
== Usage == | == Usage == | ||
<pre style="max-width: | <pre style="max-width: 400px">{{Crafting Table | ||
|A1= |B1= |C1= | |A1= |B1= |C1= | ||
|A2= |B2= Oak Wood Planks |C2= | |A2= |B2= Oak Wood Planks |C2= | ||
Line 25: | Line 25: | ||
=== Shapeless === | === 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. | 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. | ||
<pre style="max-width: | <pre style="max-width: 400px">{{Crafting Table | ||
|shapeless= 1 | |shapeless= 1 | ||
|A1= |B1= Blaze Powder |C1= | |A1= |B1= Blaze Powder |C1= | ||
Line 46: | Line 46: | ||
=== Fixed === | === 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 <code>notfixed</code> parameter can also be set to specify exceptions. | 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 <code>notfixed</code> parameter can also be set to specify exceptions. | ||
<pre style="max-width: | <pre style="max-width: 400px">{{Crafting Table | ||
|fixed= 1 | |fixed= 1 | ||
|notfixed= the banner | |notfixed= the banner | ||
Line 68: | Line 68: | ||
To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons. | To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons. | ||
<pre style="max-width: | <pre style="max-width: 700px">{{Crafting Table | ||
|A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli | |A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli | ||
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli | |A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli | ||
Line 83: | Line 83: | ||
}} | }} | ||
<pre style="max-width: | <pre style="max-width: 700px">{{Crafting Table | ||
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot | |A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot | ||
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot | |B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot | ||
Line 142: | Line 142: | ||
Animation is fully supported between mod and vanilla items. | Animation is fully supported between mod and vanilla items. | ||
--> | --> | ||
== See also == | == See also == | ||
{{UI see also}} | {{UI see also}} |
Revision as of 12:02, 14 April 2021
Template:Documentation header Lua error in package.lua at line 80: module 'Dev:Arguments' not found. 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, Template:Tl can be used instead.
Usage
{{Crafting Table |A1= |B1= |C1= |A2= |B2= Oak Wood Planks |C2= |A3= |B3= Oak Wood Planks |C3= |Output= Stick,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= Blaze Powder |C1= |A2= |B2= Coal,Charcoal |C2= |A3= |B3= Gunpowder |C3= |Output= Fire Charge,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= the banner |B2= Banner |A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli |Output= Blue Base Banner }}
- 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 Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli |A3= ; Lapis Lazuli |B3= ; Lapis Lazuli |C3= ; Lapis Lazuli |Output= Lapis Lazuli,9; Lapis Lazuli Block }}
- produces
{{Crafting Table |A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli; Netherite Ingot |Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block; Block of Netherite }}
- produces
Mods
Mod images and normal images can be combined just like in a single slot. However, this usage is not recommended, as mod pages are currently being transferred to the FTB Wiki.
See also
{{Inventory slot}}
{{Crafting Table}}
{{Crafting Grid}}
{{Furnace}}
{{Brewing Stand}}
{{Stonecutter}}
{{Loom}}
{{Grindstone}}
{{Hotbar}}
{{Crushing Wheel}}
{{Bulk Washing}}
{{Bulk Haunting}}
{{Bulk Smoking}}
{{Bulk Blasting}}
{{Mechanical Mixer}}
{{Mechanical Press}}
{{Millstone}}
{{Mechanical Crafter}}
{{Mechanical Saw}}
{{Spout}}
{{Sand Paper}}
- Module:Inventory slot
- Module:Inventory slot/Aliases
- Module:UI