Template:Grindstone/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 Grindstone's. See Template:Inventory slot for b..."
 
BoxWithout (talk | contribs)
m 2 revisions imported
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
=== Standard usage ===
=== Standard usage ===


<pre style="max-width: 500px">{{Grindstone
<pre style="max-width: 500px">
|Input1=  Damaged Iron Sword
|Input2=  Damaged Iron Sword
|Output= Iron Sword
}}</pre>
 
;produces:
{{Grindstone
{{Grindstone
|Input1=  Damaged Iron Sword
|Input1=  Enchanted Book[&cCurse of Binding]
|Input2=  Damaged Iron Sword
|Input2=   
|Output= Iron Sword
|Output= Book
}}
 
=== Animated ===
To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons.
<pre style="max-width: 500px">{{Grindstone
|Input1=  Damaged Elytra; Enchanted Book[&cCurse of Binding]
|Input2=  Damaged Elytra;
|Output= Elytra; Book
}}</pre>
}}</pre>


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



Latest revision as of 21:33, 14 February 2025

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[edit source]

Definition[edit source]

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

Standard usage[edit source]

{{Grindstone
|Input1=  Enchanted Book[&cCurse of Binding]
|Input2=  
|Output= Book
}}
produces
Enchanted BookBook

See also[edit source]