Template:Mechanical Mixer/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 Mixer recipes. See Template:Inventory slot for basic usage, th..."
 
BoxWithout (talk | contribs)
m 3 revisions imported
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
{{Ps|Output|yes|any|The output item. Accepts input such as <code>ItemName,Amount</code>.}}
{{Ps|Output|yes|any|The output item. Accepts input such as <code>ItemName,Amount</code>.}}
{{PsFoot}}
{{PsFoot}}
Other parameters that have to be specified depend on the {{S|type}} parameter.
Other parameters that may be specified depend on the {{S|type}} parameter.
 
===Additional parameters for "mixing" and "brewing" types===
===Additional parameters for "mixing" and "brewing" types===
{{PsHead}}
{{PsHead}}
Line 38: Line 39:
<pre style="width: 250px">{{Mechanical Mixer
<pre style="width: 250px">{{Mechanical Mixer
|type=mixing
|type=mixing
|Input1=Crushed Copper Ore
|Input1=Copper Ingot
|Input2=Crushed Zinc Ore
|Input2=Zinc Ingot
|Output=Crushed Brass,2
|Output=Brass Ingot,2
|Heating=Heated
|Heating=Heated
}}</pre>
}}</pre>
Line 46: Line 47:
{{Mechanical Mixer
{{Mechanical Mixer
|type=mixing
|type=mixing
|Input1=Crushed Copper Ore
|Input1=Copper Ingot
|Input2=Crushed Zinc Ore
|Input2=Zinc Ingot
|Output=Crushed Brass,2
|Output=Brass Ingot,2
|Heating=Heated
|Heating=Heated
}}
}}


== See also ==
== See also ==

Latest revision as of 21:33, 14 February 2025

This is a documentation subpage for Template:Mechanical Mixer.
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 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
Copper IngotZinc Ingot
Mechanical Mixer
Heating Required!
Brass Ingot2

See also[edit source]