Template:Mechanical Crafter/doc: Difference between revisions

From Create: Minecraft Mod Wiki
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,..."
 
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 12: Line 12:
{{ParametersFoot}}
{{ParametersFoot}}
== Usage ==
== Usage ==
<pre style="max-width: 400px">{{Mechanical Crafter
<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
}}
}}

Revision as of 08:22, 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>N
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