Template:Crafting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added gui name support) |
||
Line 1: | Line 1: | ||
<div class="crafting crafting-{{#switch: {{{Type | <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 | |||
}} | |||
}}"> | }}"> | ||
{{#if: {{{Name|}}}| | |||
{{#if: {{{ | <div class="crafting-container-name"> | ||
<div class="crafting- | {{{Name}}} | ||
</div> | </div> | ||
}} | }} | ||
<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