Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Шаблон:Mechanical Press/doc

Материал из Create Wiki

{{#ifeq:doc |doc

    | 
Это подстраница документации для Шаблон:Mechanical Press.
Она содержит информацию об использовании, категориях и другого содержимого, не являющегося частью оригинальной шаблон страницы.
    | 

--> Ошибка Lua в package.lua на строке 80: module 'Dev:Arguments' not found. This template is used to create an interface to display Mechanical Press 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
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The type of the process performed by the press. Available types: "packing", "compacting", and "pressing".

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

Parameters for "packing" type

Parameter R? Type Description Default
Input
Yes
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The input item that fills the input slots. Accepts input such as ItemName,Amount.
smallgrid
No
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The size of the grid. If set to true, the grid will be 2x2. Otherwise, the grid will be 3x3. false
Output
Yes
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The output item. Accepts input such as ItemName,Amount.

Parameters for "compacting" type

Parameter R? Type Description Default
InputN
Yes
(at least 1)
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The Nth input item. Accepts input such as ItemName,Amount. There can be unlimited input items.
Output
Yes
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The output item. Accepts input such as ItemName,Amount.

Parameters for "pressing" type

Parameter R? Type Description Default
Input
Yes
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The input item. Accepts input such as ItemName,Amount.
Output
Yes
Файл:InputType Unknown Icon.png/Файл:InputType Unknown Icon.png
The output item. Accepts input such as ItemName,Amount.

Usage

"packing" type

{{Mechanical Press
|type=packing
|smallgrid=1
|Input=Brick
|Output=Bricks
}}
produces


{{Mechanical Press
|type=packing
|Input=Ice
|Output=Packed Ice
}}
produces

"compacting" type

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

"pressing" type

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

See also


Сайт использует Cookie для нормальной работы