Template:Grindstone/doc

From Create: Minecraft Mod Wiki
Revision as of 14:27, 15 April 2021 by 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 Grindstone's. See Template:Inventory slot for b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:Grindstone.
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 Grindstone's.

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

Usage

Definition

{{Grindstone
|Input1  = FirstInputName,Amount
|Input2  = SecondInputName,Amount
|Output = OutputName,Amount
}}

Standard usage

{{Grindstone
|Input1=  Damaged Iron Sword
|Input2=  Damaged Iron Sword
|Output= Iron Sword
}}
produces
Iron SwordIron SwordIron Sword

Animated

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

{{Grindstone
|Input1=  Damaged Elytra; Enchanted Book[&cCurse of Binding]
|Input2=  Damaged Elytra;
|Output= Elytra; Book
}}
produces
ElytraElytraElytra

See also