Template:Bulk Washing/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 Bulk Washing recipes. See Template:Inventory slot for basic usage, this d..." |
BoxWithout (talk | contribs) m 2 revisions imported |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
==Definition== | ==Definition== | ||
{{ParametersHead}} | {{ParametersHead}} | ||
{{Parameters|Input|any|The input item. Accepts input such as <code>ItemName,Amount</code>.}} | {{Parameters|Input|yes|any|The input item. Accepts input such as <code>ItemName,Amount</code>.}} | ||
{{Parameters|Output''N''|any|The ''N''th output item. Accepts input such as <code>ItemName,Amount</code>. There can be unlimited output items.}} | {{Parameters|Output''N''|yes|reqtext=<br/><font size="-2" style="white-space: nowrap">(at least 1)</font>|any|The ''N''th output item. Accepts input such as <code>ItemName,Amount</code>. There can be unlimited output items.}} | ||
{{Parameters|Chance''N''|number|The chance to get the ''N''th output item. | {{Parameters|Chance''N''|no|number|The chance to get the ''N''th output item. Should not be specified if it is equal to 100%.}} | ||
{{ParametersFoot}} | {{ParametersFoot}} | ||
== Usage == | == Usage == |
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 Bulk Washing recipes.
See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.
Definition[edit source]
Parameter | R? | Type | Description | Default |
---|---|---|---|---|
Input |
Yes | ![]() ![]() |
The input item. Accepts input such as ItemName,Amount . |
|
OutputN |
Yes (at least 1) |
![]() ![]() |
The Nth output item. Accepts input such as ItemName,Amount . There can be unlimited output items. |
|
ChanceN |
No | ![]() ![]() |
The chance to get the Nth output item. Should not be specified if it is equal to 100%. |
Usage[edit source]
{{Bulk Washing |Input=Crushed Gold Ore |Output1=Gold Nugget,10 |Output2=Gold Nugget,5 |Chance2=50% }}
- 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