Minecraft Viki
Advertisement
Bu bir belgeleme sayfası ve içeriği ana şablonun sayfasına görünecek. Daha fazla için Şablon:Belgeleme sayfasına bakın
Lua logo
Bu şablon, Lua'da yazılan bir kodla Module:UI içeriğini kullanmaktadır.

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
|Mod    = Default mod name
|Input  = Mod:InputName,Amount
|Output = Mod:OutputName,Amount
|Fuel   = Mod:FuelName,Amount
}}

Standard usage[]

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

[[Glass|2

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 Wood,10
|Output= Glass,2; Charcoal,10
|Fuel=   Coal,3
}}
produces
[[Sand|17[[Oak Wood|10
[[Coal|3

[[Glass|2[[Charcoal|10

Mods[]

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the furnace are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the furnace would be quicker.

{{Furnace
|Input=  Gravel,64
|Output= FancyPack:Road,2
|Fuel=   Coal,5
}}
or
{{Furnace
|Mod= FancyPack
|Input=  v:Gravel,64
|Output= Road,2
|Fuel=   v:Coal,5
}}
produces
[[Gravel|64
[[Coal|5

Road2

Note the links of the Road, Gravel and Coal.


The layout images can also be modified, for example:

{{Furnace
|Mod= The Aether
|Input=  Holystone
|Output= Healing Stone
|Fuel=   Ambrosium Shard
|FuelUsage= Transmute
|Progress= Transmute
}}
Produces
Holystone
Ambrosium Shard

Healing Stone

Images should be put in Category:Grid mods layout.

See also[]

Advertisement