Template:Crushing Wheel/doc: Difference between revisions

From Create: Minecraft Mod Wiki
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 that looks similar to the {{MC|Crafting Table|Crafting Table's}}. See Template:Inventory s..."
 
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
{{lua|UI}}
{{lua|UI}}
This template is used to create an interface that looks similar to the {{MC|Crafting Table|Crafting Table's}}.
This template is used to create an interface that looks similar to the [[Crushing Wheel]]'s.


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

Revision as of 15:52, 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 that looks similar to the Crushing Wheel's.

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

Definition

Parameter R? Type Description Default
Input
any
/
{{{4}}}
OutputN
any
/
{{{4}}}
ChanceN
number
/
{{{4}}}

Usage

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

See also