Template:Mechanical Mixer/doc: Difference between revisions
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 | 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= | |Input1=Copper Ingot | ||
|Input2= | |Input2=Zinc Ingot | ||
|Output= | |Output=Brass Ingot,2 | ||
|Heating=Heated | |Heating=Heated | ||
}}</pre> | }}</pre> | ||
Line 46: | Line 47: | ||
{{Mechanical Mixer | {{Mechanical Mixer | ||
|type=mixing | |type=mixing | ||
|Input1= | |Input1=Copper Ingot | ||
|Input2= | |Input2=Zinc Ingot | ||
|Output= | |Output=Brass Ingot,2 | ||
|Heating=Heated | |Heating=Heated | ||
}} | }} | ||
== See also == | == See also == |
Latest revision as of 21:33, 14 February 2025
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
"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]
{{Inventory slot}}
{{Crafting Table}}
{{Crafting Grid}}
{{Furnace}}
{{Brewing Stand}}
{{Stonecutter}}
{{Loom}}
{{Grindstone}}
{{Hotbar}}
{{Crushing Wheel}}
{{Bulk Washing}}
{{Bulk Haunting}}
{{Bulk Smoking}}
{{Bulk Blasting}}
{{Mechanical Mixer}}
{{Mechanical Press}}
{{Millstone}}
{{Mechanical Crafter}}
{{Mechanical Saw}}
{{Spout}}
{{Sand Paper}}
- Module:Inventory slot
- Module:Inventory slot/Aliases
- Module:UI