Template:Crushing Wheel/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
No edit summary
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 8: Line 8:
{{ParametersHead}}
{{ParametersHead}}
{{Parameters|Input|yes|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''|yes|reqtext=<br/><font size="-2">(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|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''|no|number|The chance to get the ''N''th output item. Should not be specified if it is equal to 100%.}}
{{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}}

Revision as of 17:55, 17 April 2021

This is a documentation subpage for Template:Crushing Wheel.
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 for displaying the Crushing Wheel recipes.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Definition

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

{{Crushing Wheel
|Input = Gravel
|Output1 = Sand
|Output2 = Flint
|Chance2 = 10%
|Output3 = Clay
|Chance3 = 5%
}}
produces
Gravel
Crushing
SandnilFlint10%Clay5%

See also