Template:Mechanical Mixer: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Created page with "<includeonly>{{#invoke: UI | mechanicalMixer }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>"
 
BoxWithout (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 14 February 2025

[view | edit | history | purge]Documentation

Lua error in package.lua at line 80: module 'Dev:Arguments' not found. This template is used to create an interface to display Mechanical Mixer recipes.

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

Definition[edit source]

Common Parameters[edit source]

Parameter R? Type Description Default
type
Yes
/
The type of the process performed by the press. Available types: "shapeless", "mixing", and "brewing".
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.

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

Additional parameters for "mixing" and "brewing" types[edit source]

Parameter R? Type Description Default
Heating
No
/
What heating is required to complete the recipe. none

Usage[edit source]

"shapeless" type[edit source]

{{Mechanical Mixer
|type=shapeless
|Input1=Book
|Input2=Ink Sac
|Input3=Feather
|Output=Book and Quill
}}
produces
BookInk SacFeather
Mechanical Mixer
Book and Quill

"mixing" type[edit source]

{{Mechanical Mixer
|type=mixing
|Input1=Copper Ingot
|Input2=Zinc Ingot
|Output=Brass Ingot,2
|Heating=Heated
}}
produces

See also[edit source]

[view | edit | history | purge]The above documentation is transcluded from Template:Mechanical Mixer/doc.