Template:Mechanical Press/doc

From Create: Minecraft Mod Wiki
Revision as of 09:38, 19 April 2021 by Create: Minecraft Mod Wiki>Joker876 (Created page with "{{documentation subpage}} {{lua|UI}} This template is used to create an interface to display Bulk Blasting recipes. See Template:Inventory slot for basic usage, this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:Mechanical Press.
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 Bulk Blasting recipes.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Definition

Common Parameters

Parameter R? Type Description Default
type
Yes
/
{{{4}}}

Other parameters that have to be specified depend on the <type> parameter.

Parameters for "packing" type

Parameter R? Type Description Default
<A-C><1-3>
Yes
/
{{{4}}}
smallgrid
No
/
The size of the grid. If set to true, the grid will be 2x2. Otherwise, the grid will be 3x3. false
Output
Yes
/
The output item. Accepts input such as ItemName,Amount.

Parameters for "compacting" type

Parameter R? Type Description Default
InputN
Yes
(at least 1)
/
The Nth input item. Accepts input such as ItemName,Amount. There can be unlimited input items.
Output
Yes
/
The output item. Accepts input such as ItemName,Amount.

Parameters for "pressing" type

Parameter R? Type Description Default
Input
Yes
/
The input item. Accepts input such as ItemName,Amount.
Output
Yes
/
The output item. Accepts input such as ItemName,Amount.

Usage

"packing" type

{{Mechanical Press
|type=packing
|smallgrid=1
|A1=Brick |B1=Brick
|A2=Brick |B2=Brick
|Output=Bricks
}}
produces
Mechanical Press
Bricks


{{Mechanical Press
|type=packing
|A1=Ice |B1=Ice |C1=Ice
|A2=Ice |B2=Ice |C2=Ice
|A3=Ice |B3=Ice |C3=Ice
|Output=Packed Ice
}}
produces
Mechanical Press
Packed Ice

"compacting" type

{{Mechanical Press
|type=compacting
|Input1=Egg
|Input2=Sugar
|Input3=Cinder Flour
|Output=Blaze Cake Base
}}
produces
EggSugarCinder Flour
Mechanical Press
Blaze Cake Base

"pressing" type

{{Mechanical Press
|type=pressing
|Input=Sugar Cane
|Output=Paper
}}
produces
Sugar Cane
Mechanical Press
Paper

See also