Template:Smithing Table: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>NonaWax
No edit summary
BoxWithout (talk | contribs)
m 6 revisions imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly><div><span class="mcui pixel-image" style="width: 232px; height: 132px;"><span style="display: block; color: #3F3F3F; font-family: Minecraft; font-size: 16px; text-align: left; margin-left: 74px; margin-top: 24px; overflow: hidden; text-overflow: ellipsis;">Upgrade Gear</span><span style="display: block; position: absolute; top: 86px; left: 6px;">{{Slot|{{{1|{{{Input1|}}}}}}}}{{Slot|{{{2|{{{Input2|}}}}}}}}{{Slot|{{{3|{{{Input3|}}}}}}}}{{Slot|{{{4|{{{Output|{{{output|}}}}}}}}}|style=margin-left: 72px}}</span><span style="position: absolute; top: 6px; left: 6px; background: {{FileUrl|Smithing Table Hammer.png}}; background-size: cover; width: 60px; height: 62px;"><br></span><span style="position: absolute; top: 90px; left: 128px; background: {{
<includeonly>{{#invoke: UI | smithingTable }}</includeonly><noinclude>
  #ifeq: {{{crossed|}}}
    | true
    | {{FileUrl|Grid layout Anvil crossed.png}}
    | {{FileUrl|Grid layout Furnace Progress (in-active).png}}; background-position-y: -2px
  }}; width: 44px; height: 30px;"><br></span></span></div></includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
</noinclude>

Latest revision as of 21:59, 14 February 2025

[view | edit | history | purge]Documentation

Lua error in package.lua at line 80: module 'Dev:Arguments' not found.

Usage[edit source]

Generates smithing table UI for 1.20+.

Parameters[edit source]

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

Examples[edit source]

{{Smithing Table|Input1=Diamond Sword|Input2=Netherite Ingot|Output=Netherite Sword}}
Upgrade Gear
Diamond SwordNetherite Ingot
Netherite Sword


{{Smithing Table|Input1=Diamond Hoe}}
Upgrade Gear
Diamond Hoe

See also[edit source]

[view | edit | history | purge]The above documentation is transcluded from Template:Smithing Table/doc.