Template:Mechanical Saw/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 to display Mechanical Saw recipes. See Template:Inventory slot for basic usage, this..."
 
BoxWithout (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 14 February 2025

This is a documentation subpage for Template:Mechanical Saw.
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 to display Mechanical Saw 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.

Usage[edit source]

{{Mechanical Saw
|Input=Stone
|Output1=Stone Slab,2
|Output2=Stone Stairs
|Output3=Stone Bricks
|Output4=Stone Brick Slab,2
|Output5=Stone Brick Stairs
|Output6=Stone Brick Wall
|Output7=Chiseled Stone Bricks
}}
produces
Stone
Sawing
Stone Slab2Stone StairsStone BricksStone Brick Slab2Stone Brick Stairs
Stone Brick WallChiseled Stone Bricks

See also[edit source]