Template:Smithing Table/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>NonaWax
Created page with "{{documentation subpage}} {{lua|UI}} == Usage == Generates {{MC|smithing table}} UI. == Parameters == * {{p|1}} – First item * {{p|2}} – Second item * {{p|3}} – Third item * {{p|4}} or {{p|output}} – Output item == Examples == <pre> {{Smithing Table|Netherite Upgrade Smithing Template|Diamond Sword|Netherite Ingot|Netherite Sword}} </pre> {{Smithing Table|Netherite Upgrade Smithing Template|Diamond Sword|Netherite Ingot|Netherite Sword}} <br> <pre> {{Smithing T..."
 
Create: Minecraft Mod Wiki>NonaWax
No edit summary
Line 2: Line 2:
{{lua|UI}}
{{lua|UI}}
== Usage ==
== Usage ==
Generates {{MC|smithing table}} UI.
Generates {{MC|smithing table}} UI for 1.20+.


== Parameters ==
== Parameters ==
* {{p|1}} – First item
* |Input1= – First item
* {{p|2}} – Second item
* |Input2= – Second item
* {{p|3}} – Third item
* |Input3= – Third item
* {{p|4}} or {{p|output}} – Output item
* |Output= – Output item


== Examples ==
== Examples ==
<pre>
<
{{Smithing Table|Netherite Upgrade Smithing Template|Diamond Sword|Netherite Ingot|Netherite Sword}}
{{Smithing Table|Input1=Diamond Sword|Input2=Netherite Ingot|Output=Netherite Sword}}
</pre>
</
{{Smithing Table|Netherite Upgrade Smithing Template|Diamond Sword|Netherite Ingot|Netherite Sword}}
{{Smithing Table|Input1=Diamond Sword|Input2=Netherite Ingot|Output=Netherite Sword}}
<br>
<br>
<pre>
<
{{Smithing Table|Diamond Hoe||}}
{{Smithing Table|Input1=Diamond Hoe||}}
</pre>
</
{{Smithing Table|Diamond Hoe||}}
{{Smithing Table|Input1=Diamond Hoe||}}
<br>
<pre>
{{Smithing Table|Netherite Upgrade Smithing Template|Iron Pickaxe|Netherite Ingot|crossed=true|}}
</pre>
{{Smithing Table|Netherite Upgrade Smithing Template|Iron Pickaxe|Netherite Ingot|crossed=true|}}
 
== See also ==
== See also ==
{{UI see also}}
{{UI see also}}

Revision as of 01:02, 8 June 2023

This is a documentation subpage for Template:Smithing Table.
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.

Usage

Generates smithing table UI for 1.20+.

Parameters

  • |Input1= – First item
  • |Input2= – Second item
  • |Input3= – Third item
  • |Output= – Output item

Examples

<

Upgrade Gear
Diamond SwordNetherite Ingot
Netherite Sword

</

Upgrade Gear
Diamond SwordNetherite Ingot
Netherite Sword


<

Upgrade Gear
Diamond Hoe

</

Upgrade Gear
Diamond Hoe

See also