Template:Furnace/doc: Difference between revisions

From Create: Minecraft Mod Wiki
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..."
 
BoxWithout (talk | contribs)
m 3 revisions imported
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
{{lua|UI}}
{{lua|UI}}
This template is used to create an interface that looks similar to the [[Furnace|Furnace's]].
This template is used to create an interface that looks similar to the {{MC|Furnace|Furnace's}}.


See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.  
See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.  
Line 7: Line 7:


=== Definition ===
=== Definition ===
<pre style="max-width: 246px">{{Furnace
<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="max-width: 128px">{{Furnace
<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="max-width: 232px">{{Furnace
<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}}

Latest revision as of 21:33, 14 February 2025

This is a documentation subpage for Template:Furnace.
It contains usage information, categories and other content that is not part of the original template page.

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[edit source]

Definition[edit source]

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

Standard usage[edit source]

{{Furnace
|Input=  Sand,17
|Output= Glass,2
|Fuel=   Coal,3
}}
produces
Sand17
Coal3

Glass2

Animated[edit source]

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
Sand17
Coal3

Glass2

See also[edit source]