Template:Stonecutter/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|Stonecutter|Stonecutter's}}. See Template:Inventory slot..."
 
BoxWithout (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 21:59, 14 February 2025

This is a documentation subpage for Template:Stonecutter.
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 Stonecutter's.

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

Usage[edit source]

Definition[edit source]

{{Stonecutter
|Input  = InputName,Amount
|Output = OutputName,Amount
}}

Standard usage[edit source]

{{Stonecutter
|Input=  Stone
|Output= Stone Slab,2
}}
produces
StoneStone Slab2

Animated[edit source]

To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons.

{{Stonecutter
|Input=  Stone
|Output= Stone Bricks; Stone Brick Slab,2
}}
produces
StoneStone Bricks

See also[edit source]