Template:Mechanical Crafter/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
No edit summary
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 7: Line 7:
==Definition==
==Definition==
{{ParametersHead}}
{{ParametersHead}}
{{Parameters|<A-E>''N''|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|<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>.}}

Revision as of 08:33, 19 April 2021

This is a documentation subpage for Template:Mechanical Crafter.
It contains usage information, categories and other content that is not part of the original template page.

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

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

{{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
Brass IngotBrass IngotBrass Ingot
Brass CasingBrass IngotBrass Ingot
Brass IngotBrass IngotBrass Ingot
Flywheel

See also