Template:Mechanical Mixer/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Create: Minecraft Mod Wiki>1357-rex
m Changed the recipe, as it is a removed recipe
Line 39: 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 47: 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 ==

Revision as of 13:38, 6 April 2024

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

Common Parameters

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

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

Usage

"shapeless" type

{{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

{{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