Template:Mechanical Crafter/doc: Difference between revisions
Jump to navigation
Jump to search
Create: Minecraft Mod Wiki>Joker876 Created page with "{{documentation subpage}} {{lua|UI}} This template is used to create an interface to display Mechanical Crafter recipes. See Template:Inventory slot for basic usage,..." |
BoxWithout (talk | contribs) m 3 revisions imported |
||
(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
==Definition== | ==Definition== | ||
{{ParametersHead}} | {{ParametersHead}} | ||
{{Parameters|<A-E> | {{Parameters|<A-E><1-5>|yes|any|The input that goes into a certain slot in a 2D grid. Accepts input such as <code>ItemName,Amount</code>. Letters correspond to horizontal slots, numbers to vertical slots.}} | ||
{{Parameters|gridwidth|no|number|The amount of slots on the X axis pf the grid. Must be a number between 1 and 5.|5}} | {{Parameters|gridwidth|no|number|The amount of slots on the X axis pf the grid. Must be a number between 1 and 5.|5}} | ||
{{Parameters|Output|yes|any|The output item. Accepts input such as <code>ItemName,Amount</code>.}} | {{Parameters|Output|yes|any|The output item. Accepts input such as <code>ItemName,Amount</code>.}} | ||
{{ParametersFoot}} | {{ParametersFoot}} | ||
== Usage == | == Usage == | ||
<pre style="max-width: | <pre style="max-width: 600px">{{Mechanical Crafter | ||
|gridwidth=4 | |gridwidth=4 | ||
|A1= |B1=Brass Ingot |C1=Brass Ingot |D1=Brass Ingot | |A1= |B1=Brass Ingot |C1=Brass Ingot |D1=Brass Ingot | ||
|A2=Brass Casing |B2=Brass Ingot |C2= |D2=Brass Ingot | |A2=Brass Casing |B2=Brass Ingot |C2= |D2=Brass Ingot | ||
|A3= |B3=Brass Ingot |C3=Brass Ingot |D3=Brass Ingot | |||
|Output=Flywheel | |Output=Flywheel | ||
}}</pre> | }}</pre> | ||
Line 24: | Line 25: | ||
|A1= |B1=Brass Ingot |C1=Brass Ingot |D1=Brass Ingot | |A1= |B1=Brass Ingot |C1=Brass Ingot |D1=Brass Ingot | ||
|A2=Brass Casing |B2=Brass Ingot |C2= |D2=Brass Ingot | |A2=Brass Casing |B2=Brass Ingot |C2= |D2=Brass Ingot | ||
|A3= |B3=Brass Ingot |C3=Brass Ingot |D3=Brass Ingot | |||
|Output=Flywheel | |Output=Flywheel | ||
}} | }} |
Latest revision as of 21:33, 14 February 2025
Lua error in package.lua at line 80: module 'Dev:Arguments' not found. This template is used to create an interface to display Mechanical Crafter recipes.
See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.
Definition[edit source]
Parameter | R? | Type | Description | Default |
---|---|---|---|---|
<A-E><1-5> |
Yes | ![]() ![]() |
The input that goes into a certain slot in a 2D grid. Accepts input such as ItemName,Amount . Letters correspond to horizontal slots, numbers to vertical slots. |
|
gridwidth |
No | ![]() ![]() |
The amount of slots on the X axis pf the grid. Must be a number between 1 and 5. | 5 |
Output |
Yes | ![]() ![]() |
The output item. Accepts input such as ItemName,Amount . |
Usage[edit source]
{{Mechanical Crafter |gridwidth=4 |A1= |B1=Brass Ingot |C1=Brass Ingot |D1=Brass Ingot |A2=Brass Casing |B2=Brass Ingot |C2= |D2=Brass Ingot |A3= |B3=Brass Ingot |C3=Brass Ingot |D3=Brass Ingot |Output=Flywheel }}
- produces
See also[edit source]
{{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