Template:Mechanical Crafter/doc

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
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[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
Brass IngotBrass IngotBrass Ingot
Brass CasingBrass IngotBrass Ingot
Brass IngotBrass IngotBrass Ingot
Flywheel

See also[edit source]