Template:Furnace/doc: Difference between revisions
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 Furnace's. See Template:Inventory slot for basic s..." |
Create: Minecraft Mod Wiki>Joker876 |
||
Line 7: | Line 7: | ||
=== Definition === | === Definition === | ||
<pre style=" | <pre style="width: 300px">{{Furnace | ||
|Input = InputName,Amount | |Input = InputName,Amount | ||
|Output = OutputName,Amount | |Output = OutputName,Amount | ||
Line 16: | Line 16: | ||
=== Standard usage === | === Standard usage === | ||
<pre style=" | <pre style="width: 300px">{{Furnace | ||
|Input= Sand,17 | |Input= Sand,17 | ||
|Output= Glass,2 | |Output= Glass,2 | ||
Line 31: | Line 31: | ||
=== Animated === | === Animated === | ||
To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons. | To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons. | ||
<pre style=" | <pre style="width: 300px">{{Furnace | ||
|Input= Sand,17; Oak Log,10 | |Input= Sand,17; Oak Log,10 | ||
|Output= Glass,2; Charcoal,10 | |Output= Glass,2; Charcoal,10 | ||
Line 43: | Line 43: | ||
|Fuel= Coal,3 | |Fuel= Coal,3 | ||
}} | }} | ||
== See also == | == See also == | ||
{{UI see also}} | {{UI see also}} |
Revision as of 12:15, 14 April 2021
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 Furnace's.
See Template:Inventory slot for basic slot usage, this documentation page will cover additional or different functions.
Usage
Definition
{{Furnace |Input = InputName,Amount |Output = OutputName,Amount |Fuel = FuelName,Amount }}
Standard usage
{{Furnace |Input= Sand,17 |Output= Glass,2 |Fuel= Coal,3 }}
- produces
Animated
To make the slots animate, you make a list of blocks and objects you want to show, separated by semicolons.
{{Furnace |Input= Sand,17; Oak Log,10 |Output= Glass,2; Charcoal,10 |Fuel= Coal,3 }}
- produces
See also
{{Inventory slot}}
{{Crafting Table}}
{{Crafting Grid}}
{{Furnace}}
{{Brewing Stand}}
{{Stonecutter}}
{{Loom}}
{{Grindstone}}
{{Hotbar}}
{{Crushing Wheel}}
{{Bulk Washing}}
{{Bulk Haunting}}
{{Bulk Smoking}}
{{Bulk Blasting}}
{{Mechanical Mixer}}
{{Mechanical Press}}
{{Millstone}}
{{Mechanical Crafter}}
{{Mechanical Saw}}
{{Spout}}
{{Sand Paper}}
- Module:Inventory slot
- Module:Inventory slot/Aliases
- Module:UI