This page is protected and can only be modified by administrators

Template:Grid/Furnace

From Aether Project Wiki
Jump to navigation Jump to search
[view | edit | history | purge]Documentation
Lua logo.svg
This template uses Module:UI, a script written in Lua.

This template is used to create an interface that looks similar to the Furnace's.

See Template:Slot for basic slot usage, this documentation page will cover additional or different functions.

Usage

Definition

{{Grid/Furnace
|Input  = InputName,Amount
|Output = OutputName,Amount
|Fuel   = FuelName,Amount
}}

Standard usage

{{Grid/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.

{{Grid/Furnace
|Input=  Sand,17; Oak Log,10
|Output= Glass,2; Charcoal,10
|Fuel=   Coal,3
}}
produces

See also

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