Template:Furnace: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Created page with "<includeonly>{{#invoke: UI | furnace }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>"
 
BoxWithout (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 14 February 2025

[view | edit | history | purge]Documentation

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

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

See also[edit source]

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