Template:Crafting: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
No edit summary
(Added gui name support)
Line 1: Line 1:
<div class="crafting crafting-{{#switch: {{{Type|custom}}}
<div class="crafting crafting-{{#switch: {{{Type}}}
| custom = custom
| custom = custom
| Custom = custom
| Custom = custom
| standard = standard
| standard = standard
| Standard = standard
| Standard = standard
| {{#switch: {{{Name}}}
| Dropper = standard
| Item Hopper = standard
| Crafting Table = standard
| custom
}}
}}">
}}">
{{{Input|}}}
{{#if: {{{Name|}}}|
{{#if: {{{Output|}}}{{{Catalyst|}}}|
<div class="crafting-container-name">
<div class="crafting-arrow">
{{{Name}}}
{{#if: {{{Catalyst|}}}|
{{CraftingCatalyst|{{{Catalyst}}} }}
}}
</div>
</div>
{{{Output|}}}
}}
}}
<div class=crafting-recipe>
{{{Input|}}}
{{#if: {{{Output|}}}{{{Catalyst|}}}|
<div class="crafting-arrow">
{{#if: {{{Catalyst|}}}|
{{CraftingCatalyst|{{{Catalyst}}} }}
}}
</div>
{{{Output|}}}
}}
</div>
</div>
</div>

Revision as of 08:56, 28 August 2019