Template:Bulk Washing

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
[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 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
Crushed Gold Ore
Bulk Washing
Gold Nugget10nilGold Nugget550%

See also[edit source]

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